]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rewrite.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_rewrite.tpl
index 17af0ce7733890447335c63eb8423dbea8f32fc5..41858e281b9bed1174593ee07fe0aa5d6225f708 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>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_rewrite%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td class="table_header bottom right" align="center">
+                       <strong>{--ADMIN_MODULE_NAME--}</strong>
+               </td>
+               <td class="table_header bottom right" align="center">
+                       <strong>{--ADMIN_MODULE_TITLE--}</strong>
+               </td>
+               <td class="table_header bottom" align="center">
+                       <strong>{--ADMIN_MODULE_SKIPPED--}</strong>
+               </td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="3" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
+               </td>
+       </tr>
+</table>
 </form>
 
-<div class="admin_note"><strong>{--ADMIN_CONFIG_REWRITE_NOTE--}</strong>
+<div class="notice">
+       {--ADMIN_CONFIG_REWRITE_NOTE--}
+</div>
+
 </div>