saimod_mail/tpl/saimod_mail_templates_tr.tpl
2018-05-29 22:13:36 +02:00

10 lines
315 B
Smarty

<tr>
<td><a href="#!mail(template);id.${id}">${id}</a></td>
<td><a href="#!mail(template);id.${id}">${name}</a></td>
<td>${type}</td>
<td>${system_lock}</td>
<td>${updated_at}</td>
<td>
<input type="checkbox" class="pull-right mail-template-check" template="${id}"/>
</td>
</tr>