Help Desk Software & Beyond
May 21, 2012, 10:45:21 PM
Welcome,
Guest
. Please
login
or
register
.
To post messages
you need to register. We apologize for inconvenience, but this is to prevent spam.
Registration is instant (no email verification) and we do not ask for any personal information.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Welcome to Help Desk Software forum!
Home
Help
Search
Login
Register
Help Desk Software & Beyond
>
Forum
>
Trouble Ticket Express
>
Modifications
(Moderator:
Sparky
) >
[REQ] Column width on Help Desk Screen
Pages: [
1
]
« previous
next »
Print
Author
Topic: [REQ] Column width on Help Desk Screen (Read 1277 times)
Paul Nolette
Newbie
Karma: 10
Posts: 49
[REQ] Column width on Help Desk Screen
«
on:
June 15, 2007, 09:36:00 AM »
Is there any way to adjust the column widths on the Help Desk Screen? It would be nice to be able to have a set width on some columns that we find to be the most important no to wrap.
Thanks,
Paul Nolette
«
Last Edit: January 18, 2008, 03:28:02 PM by sparky672
»
Logged
Alex
Administrator
Hero Member
Karma: 22
Posts: 605
Re: Column width on Help Desk Screen
«
Reply #1 on:
June 15, 2007, 11:04:11 AM »
Trouble Ticket Express does not support such a feature. You will need to customize TTXDesk.pm.
Logged
Follow me on:
LinkedIn
Paul Nolette
Newbie
Karma: 10
Posts: 49
Re: Column width on Help Desk Screen
«
Reply #2 on:
June 15, 2007, 11:39:25 AM »
Can you give an example of how to make the Subject field wider?
Logged
Alex
Administrator
Hero Member
Karma: 22
Posts: 605
Re: Column width on Help Desk Screen
«
Reply #3 on:
June 15, 2007, 12:03:23 PM »
Yes, look for the line that reads
$data->{TICKETLIST} .= "<td align=$align valign=top class=$cl>$val</td>\n";
and make sure it includes the html width attribute when $col eq 'subject'. Something like
if ($col eq 'subject') {
$data->{TICKETLIST} .= "<td align=$align width=150 valign=top class=$cl>$val</td>\n";
} else {
$data->{TICKETLIST} .= "<td align=$align valign=top class=$cl>$val</td>\n";
}
should do the trick (i did not test the above code).
Logged
Follow me on:
LinkedIn
Paul Nolette
Newbie
Karma: 10
Posts: 49
Re: Column width on Help Desk Screen
«
Reply #4 on:
June 15, 2007, 12:27:33 PM »
This should get me going in the right direction.
Thanks Alex.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Forum
-----------------------------
=> News, Announcements & Rules
=> Trouble Ticket Express
===> Troubleshooting/Setup
===> Modifications
=> HelpDesk Connect
Loading...