]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_email_max_rec.tpl
Naming convention on language strings applied, ACL handling fixed:
[mailer.git] / templates / de / html / admin / admin_delete_email_max_rec.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_email_max_rec%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td align="center" class="table_header bottom">
6                         <strong>{--ADMIN_DELETE_MAX_RECEIVE_TITLE--}:</strong>
7                 </td>
8         </tr>
9         $content[rows]
10         <tr>
11                 <td class="table_footer" align="center">
12                         <input type="hidden" name="do" value="delete" />
13                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
14                         <input type="submit" name="ok" class="form_delete" value="{--ADMIN_REMOVE_MAX_RECEIVE--}" />
15                 </td>
16         </tr>
17 </table>
18 </form>
19 </div>