More HTML rewrites #3
[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"
4         class="admin_table dashed" width="500">
5         <tr>
6                 <td align="center" class="bottom"><strong>{--DELETE_MRECEIVE--}:</strong></td>
7         </tr>
8         $content[rows]
9         <tr>
10                 <td align="center"><input type="reset" class="admin_reset"
11                         value="{--CLEAR_FORM--}" /> <input type="submit"
12                         name="ok" class="admin_submit" value="{--REMOVE_MREC--}" /></td>
13         </tr>
14         <tr>
15                 <td height="5" class="seperator">&nbsp;</td>
16         </tr>
17 </table>
18 </form>
19 </div>