/*************************************
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.
Change input sizes, etc..
Moderator: mkoch227
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 )
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Well I'm not here to teach HTML, but why not just try changing the values for rows and cols?
Rows = height, Cols = width.
Or your good old friend Google might help:
http://www.google.com/search?hl=en&q=textarea+size

Or your good old friend Google might help:
http://www.google.com/search?hl=en&q=textarea+size
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools