HESK 3.5.2
Is there a way to set the Ticket History expanded by default rather than collapsed in admin_ticket.php page?
Thanks.
Ticket History expanded by default rather than collapsed in admin_ticket.php page
Moderator: mkoch227
Re: Ticket History expanded by default rather than collapsed in admin_ticket.php page
You can edit admin_ticket.php
Change to
And a few lines below that, change to
Change
Code: Select all
<section class="params--block history accordion">
Code: Select all
<section class="params--block history accordion visible">
Code: Select all
<div class="accordion-body">
Code: Select all
<div class="accordion-body" style="display:block">
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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