Change columns order Tickets page

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
crix75
Posts: 1
Joined: Sun Sep 20, 2015 11:08 pm

Change columns order Tickets page

Post by crix75 »

Hi,
i need to change the columns order in the ticket list, i tried to search in the tichet_list.inc but i don't found where i can change the order, someone can help me ?
thanks
Klemen
Site Admin
Posts: 10168
Joined: Fri Feb 11, 2005 4:04 pm

Re: Change columns order Tickets page

Post by Klemen »

The code that prints out rows is indeed in the "inc/ticket_list.inc.php" file.

It starts just below this line:

Code: Select all

// Start ticket row
You will need to read the comments and the HTML/PHP code and reorder it as required.

You will also need to re-order items in the $hesk_settings['ticket_list'] array inside the hesk_print_list_head function to make sure the headers are printed in the correct order.
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