change message above main message box

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
smegnl
Posts: 24
Joined: Wed Jun 20, 2012 8:40 pm

change message above main message box

Post by smegnl »

using Hesk 3.1.2
What terms did you try when SEARCHING for a solution: message change, but said to common

Write your message below:
on the page where customers enter the information for a ticket there is messsage: above the big text box. Where do I change that. I would like to put some more info there. Like Message; Please make sure to provide student ID number if this is a student issue:

I looked in ticket.php but didnt see anything
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: change message above main message box

Post by Klemen »

HTML code for the form is generated in file /theme/hesk3/customer/create-ticket/create-ticket.php

That's where you probably want to add your message somewhere?
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
smegnl
Posts: 24
Joined: Wed Jun 20, 2012 8:40 pm

Re: change message above main message box

Post by smegnl »

Thanks. It might look better if i just edit the big box at the bottom that has all info and all error free. To that end, where can i find this to edit the sentence

<li><?php echo $hesklang['all_info_in']; ?>.</li>
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: change message above main message box

Post by Klemen »

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