Hi,
Quote:
|
Originally Posted by warrisr I have been trying to find documentation for editing the templates, but there does not seem to be much available.
I only want to make one small change; I would like to remove the "Ticket Details" footer that is appended to every outgoing email message. Is there a simple way to do that?
Ron |
To do above you have to delete following entries form all the email_* templates:
<{$language[ticketdetails]}>
<{$language[articketid]}><{$ticket[fticketid]}>
<{$language[ardepartment]}><{$ticket[department]}>
<{$language[arpriority]}><{$ticket[priority]}>
<{$language[arstatus]}><{$ticket[status]}>
You can edit your email_* templates from Admin Cp -> Templates -> Manage Templates -> Tickets.
After changing templates you have to clear cache folder for the working of modified templates.
Let us know if there is anything else.
Thanks.
Regards,