Page 1 of 1

Change columns order Tickets page

Posted: Mon Sep 21, 2015 8:41 am
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

Re: Change columns order Tickets page

Posted: Tue Sep 22, 2015 4:14 pm
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.