]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_email_edit.tpl
Naming convention, more usage of EL, new wrapper function introduced:
[mailer.git] / templates / de / html / admin / admin_config_email_edit.tpl
index f8918da857556c946188339b6d832443c955a6cd..c44bcee7a05219cdd033b69779ec87159bfbd36f 100644 (file)
@@ -1,19 +1,18 @@
 <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="admin_table dashed">
        <tr>
-               <td align="center" colspan="2" height="30" class="bottom"><strong>{--EDIT_MRECEIVE--}:</strong></td>
+               <td align="center" colspan="2" class="admin_title bottom">
+                       <strong>{--ADMIN_EDIT_MAX_RECEIVE_TITLE--}:</strong>
+               </td>
        </tr>
-       {!__ROWS!}
+       $content[rows]
        <tr>
-               <td align="center" colspan="2">
+               <td class="admin_footer" align="center" colspan="2">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--CHANGE_MREC--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--ADMIN_CHANGE_MAX_RECEIVE--}" />
                </td>
        </tr>
-       <tr>
-               <td colspan="2" height="5" class="seperator">&nbsp;</td>
-       </tr>
 </table>
 </form>
 </div>