Ticket History expanded by default rather than collapsed in admin_ticket.php page

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ztank
Posts: 36
Joined: Thu Dec 19, 2024 3:59 pm

Ticket History expanded by default rather than collapsed in admin_ticket.php page

Post by ztank »

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.
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: Ticket History expanded by default rather than collapsed in admin_ticket.php page

Post by Klemen »

You can edit admin_ticket.php

Change

Code: Select all

<section class="params--block history accordion">
to

Code: Select all

<section class="params--block history accordion visible">
And a few lines below that, change

Code: Select all

<div class="accordion-body">
to

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 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