Minor fix - submit a ticket

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Squirt8494
Posts: 9
Joined: Fri Dec 30, 2022 10:06 pm

Minor fix - submit a ticket

Post by Squirt8494 »

This is an extremely small cosmetic fix, but it would be awesome to center the submit ticket elements, similar to lookups.

On large screens it looks kinda... wonky.

Image
Image
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Minor fix - submit a ticket

Post by Klemen »

I see what you mean; it comes down to personal preference :)

It shouldn't be hard to add on your side by editing the file \theme\hesk3\customer\create-ticket\create-ticket.php

Just AFTER line 123, starting with:

Code: Select all

<form class="form form-submit-ticket
add

Code: Select all

<div style="max-width: 570px; margin: auto;">
Then BEFORE line 346/347:

Code: Select all

</form>
add

Code: Select all

</div>
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
Squirt8494
Posts: 9
Joined: Fri Dec 30, 2022 10:06 pm

Re: Minor fix - submit a ticket

Post by Squirt8494 »

Perfect, as always! Thanks! :mrgreen:
Post Reply