Status - print.php

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
jones
Posts: 75
Joined: Sat Jul 20, 2013 6:41 pm

Status - print.php

Post by jones »

Hesk 2.6.2

Hello,

I have changed little in print.php
And status is indicated by: 3

This is the text that I have inserted in status (print.php):

Code: Select all

<td height="20" bgcolor="#EEE"><b>' . $hesklang['ticket_status'] . ':</b></td><td height="20" bgcolor="#DDD">' . $ticket['status'] . '</td>
How do I change it so there is ticket status and not a number?

Jones
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Status - print.php

Post by Klemen »

See the original print.php under

Code: Select all

/* Ticket status */
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
jones
Posts: 75
Joined: Sat Jul 20, 2013 6:41 pm

Re: Status - print.php

Post by jones »

Thanks a lot :-)
Post Reply