Page 1 of 1

Change input sizes, etc..

Posted: Mon Nov 12, 2007 4:10 pm
by vonedaddy
/*************************************
Title:
Version: 0.94.1
Author:
Demo: injector-rehab.com/frontdesk/
Download:
Website:

Short description:


*************************************/

(Here below you can write additional info, longer description and comments)


On the open ticket page (index.php?a=add) I would like change the text fields into something a bit bigger. Also I created some lengthy titles for the custom fields and would like to make it a bit neater by shifting the table or making it wider. Any ideas how I can do this?

Your help is much appreciated.

Posted: Tue Nov 13, 2007 2:25 pm
by Klemen
If you know HTML code you can change the size of fields simply by editing HTML code in index.php (change size="30" for <input )

Posted: Wed Nov 14, 2007 1:13 pm
by vonedaddy
Klemen Stirn wrote:If you know HTML code you can change the size of fields simply by editing HTML code in index.php (change size="30" for <input )
How can I change those fields to text input fields, like the one for the Message (12 rows, 60 columns)??

Posted: Wed Nov 14, 2007 3:55 pm
by Klemen
Well I'm not here to teach HTML, but why not just try changing the values for rows and cols? :wink: Rows = height, Cols = width.

Or your good old friend Google might help:
http://www.google.com/search?hl=en&q=textarea+size