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.

Login with username, password and session length
News: Welcome to Help Desk Software forum!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: [REQ] Column width on Help Desk Screen  (Read 1277 times)
Paul Nolette
Newbie
*

Karma: 10
Posts: 49


View Profile
« 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



View Profile WWW
« 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


View Profile
« 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



View Profile WWW
« 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


View Profile
« 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  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1 RC3 | SMF © 2001-2006, Lewis Media Valid XHTML 1.0! Valid CSS!
Page created in 0.019 seconds with 18 queries.