]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_email.tpl
More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_config_email.tpl
index 5bd62996b2ea7c1b2a7639a42eb930b434df95dd..16f9db205d064854decf4b4b1af23e9f203dc0e2 100644 (file)
@@ -1,23 +1,24 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_email"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
-       class="admin_table dashed">
-       <TR>
-               <TD align="center" colspan="3" class="admin_title" height="30"><STRONG>{--EDIT_DEL_MAX_VALUES--}</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="admin_title bottom2 right2" width="30" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD class="admin_title bottom2 right2" width="275" align="center"><STRONG>{--MAX_VALUE!}</STRONG></TD>
-               <TD class="admin_title bottom2" width="275" align="center"><STRONG>{--MAX_COMMENT--}</STRONG></TD>
-       </TR>
-       {!__ROWS!}
-       <TR>
-               <TD align="center" colspan="3" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <INPUT type="submit" name="edit" class="admin_submit"
-                       value="{--EDIT_MAX_V--}" /> <INPUT type="submit"
-                       name="del" class="admin_delete" value="{--DEL_MAX_V--}" /></TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_email%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td align="center" colspan="3" class="admin_title">
+                       <strong>{--EDIT_DEL_MAX_VALUES--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="header_column bottom right" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--MAX_VALUE!}</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--MAX_COMMENT--}</strong></td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td align="center" colspan="3" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--EDIT_MAX_V--}" />
+                       <input type="submit" name="del" class="admin_delete" value="{--DEL_MAX_V--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>