]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rewrite.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_rewrite.tpl
index 550019e834b6d7dea236f18eb9c6778a20f38a78..2ee6355c699a3fb9070b6d8e74456490ee09bbdb 100644 (file)
@@ -1,24 +1,29 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_rewrite"
-       method="POST" style="bottom-margin: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="520">
-       <TR>
-               <TD class="admin_header bottom2 right2" align="center" height="30">
-               <STRONG>{--MODULE_NAME--}</STRONG></TD>
-               <TD class="admin_header bottom2 right2" align="center"><STRONG>{--MODULE_TITLE--}</STRONG>
-               </TD>
-               <TD class="admin_header bottom2" align="center"><STRONG>{--MODULE_SKIPPED--}</STRONG>
-               </TD>
-       </TR>
-       {!__MODULE_ROWS!}
-       <TR>
-               <TD colspan="3" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_rewrite%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <!-- @TODO No title here? //-->
+       <tr>
+               <td class="table_header bottom right" align="center">
+                       {--ADMIN_MODULE_NAME--}
+               </td>
+               <td class="table_header bottom right" align="center">
+                       {--ADMIN_MODULE_TITLE--}
+               </td>
+               <td class="table_header bottom" align="center">
+                       {--ADMIN_MODULE_SKIPPED--}
+               </td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="3" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
+               </td>
+       </tr>
+</table>
+{%form_close%}
+</div>
 
-<DIV class="admin_note"><STRONG>{--ADMIN_CONFIG_REWRITE_NOTE--}</STRONG>
-</DIV>
+<div class="notice">
+       {--ADMIN_CONFIG_REWRITE_NOTICE--}
+</div>