| esupport modifying staff email template -
19-04-2006, 11:55 PM
I am trying to modify the ticket reply by our staff.
email_staffreply is the one I am changing but it doesn't seem to change what is sent to the customer.
Am I missing a step somewhere? I am trying to remove department and priority from the email msg.
I still get department and priority listed in the email that is sent to the customer.
This is what the template currently looks like after my changes
------------------
<{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2"><{$contentshtml}>
<BR><BR>
<fieldset style="margin-bottom: 6px; color: #333333;FONT: 10px Verdana, Tahoma;PADDING:3px;">
<legend><{$language[ticketdetails]}></legend><BR>
<{$language[articketid]}><{$ticket[fticketid]}><BR>
<{$language[arstatus]}><font color="<{$status[statuscolor]}>"><{$ticket[status]}></font><BR>
</fieldset>
</font><{else}><{$contentstext}>
<{$language[ticketdetails]}>
===================
<{$language[articketid]}><{$ticket[fticketid]}>
<{$language[arstatus]}><{$ticket[status]}><{/if}> |