Change input sizes, etc..

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
vonedaddy
Posts: 6
Joined: Mon Nov 12, 2007 3:59 pm

Change input sizes, etc..

Post 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.
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Post 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 )
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
vonedaddy
Posts: 6
Joined: Mon Nov 12, 2007 3:59 pm

Post 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)??
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply