]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_email_edit.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_config_email_edit.tpl
index cfe3066e89ad0a4617ee123a5db3b32387d02909..f9364f2df5605d1b3ce47d79cbfe996530b9d543 100644 (file)
@@ -1,18 +1,17 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_email&amp;do=edit" method="POST">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_email&amp;do=edit%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" colspan="2" height="30" class="bottom"><strong>{--EDIT_MRECEIVE--}:</strong></td>
-       </tr>
-       {!__ROWS!}
-       <tr>
-               <td align="center" colspan="2">
-                       <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <INPUT type="submit" name="ok" class="admin_submit" value="{--CHANGE_MREC--}" />
+               <td align="center" colspan="2" class="table_header bottom">
+                       <strong>{--ADMIN_EDIT_MAX_RECEIVE_TITLE--}:</strong>
                </td>
        </tr>
+       $content[rows]
        <tr>
-               <td colspan="2" height="5" class="seperator">&nbsp;</td>
+               <td class="table_footer" align="center" colspan="2">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_CHANGE_MAX_RECEIVE--}" />
+               </td>
        </tr>
 </table>
 </form>