More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_rewrite.tpl
index 17af0ce7733890447335c63eb8423dbea8f32fc5..522f2179e0d9c821a0476e6f5d08b8f60507fa6e 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>
+<div align="center">
+<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">
+       <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
+       <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>
+                       value="{--SAVE_SETTINGS--}" /></td>
+       </tr>
+</table>
 </form>
 
-<div class="admin_note"><strong>{--ADMIN_CONFIG_REWRITE_NOTE--}</strong>
+<div class="admin_note">
+       {--ADMIN_CONFIG_REWRITE_NOTE--}
+</div>
+
 </div>