Skip to content
Snippets Groups Projects
Commit 6ac771bd authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #743 from greezybacon/issue/tpl-description


Actually show correct template description

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 1cbc6f69 7ed44610
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ $tpl=$msgtemplates[$selected]; ...@@ -71,7 +71,7 @@ $tpl=$msgtemplates[$selected];
<thead> <thead>
<tr> <tr>
<th colspan="2"> <th colspan="2">
<h4><?php echo Format::htmlchars($nfo['desc']); ?></h4> <h4><?php echo Format::htmlchars($tpl['desc']); ?></h4>
<em>Subject and body required. <a class="tip" href="ticket_variables.txt">Supported Variables</a>.</em> <em>Subject and body required. <a class="tip" href="ticket_variables.txt">Supported Variables</a>.</em>
</th> </th>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment