]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_email.tpl
Fixes for missing user data in referal list
[mailer.git] / templates / de / html / admin / admin_config_email.tpl
index 10b3990f8c2edc5a1a97264abc49404286d7c5fb..f2fd699c019e4d2cd3ba66918aec46f92bd7fe96 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_email" method="POST">
+<form accept-charset="utf-8" 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 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!}
+       $content[rows]
        <tr>
-               <td align="center" colspan="3" class="admin_footer"><INPUT
+               <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"
+               <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>