255604eae413f4b631b5424fa4caf59207e2b19f
[mailer.git] / templates / de / html / admin / admin_config_email_del.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_email&amp;do=del%}" 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="reset" class="form_reset" value="{--CLEAR_FORM--}" />
13                         <input type="submit" name="ok" class="form_delete" value="{--ADMIN_REMOVE_MAX_RECEIVE--}" />
14                 </td>
15         </tr>
16 </table>
17 </form>
18 </div>