]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_email_row.tpl
acae20dba0c7c721c56dd7444444860e636580e2
[mailer.git] / templates / de / html / admin / admin_config_email_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
4         </td>
5         <td class="bottom right {%template,ColorSwitch%}">
6                 $content[value]
7         </td>
8         <td class="bottom {%template,ColorSwitch%}">
9                 {%pipe,fixEmptyContentToDashes=$content[comment]%}
10         </td>
11 </tr>