More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_register.tpl
index fd5400a17ecd932eac5f1eefe8dd6e365ab9c258..e74553abfd84d16169cd0582e5c145310211e5c2 100644 (file)
@@ -1,20 +1,22 @@
+<div align="center">
 <form action="{!URL!}/modules.php?module=admin&amp;what=config_register" method="POST">
-<TABLE border="0" cellpadding="0" cellspacing="0" width="450" class="admin_table dashed">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title" height="30"><strong>{--REGISTER_MUST_HEADER--}:</strong>
-               </TD>
-       </TR>
-       <TR>
-               <TD width="20" class="admin_title bottom2 right2" align="center">{--ID_SELECT--}</TD>
-               <TD width="325" class="admin_title bottom2 right2" align="center">{--REGISTER_FIELD_NAME--}:</TD>
-               <TD width="105" class="admin_title bottom2" align="center">{--REGISTER_FIELD_REQUIRED--}</TD>
-       </TR>
+<table border="0" cellpadding="0" cellspacing="0" width="450" class="admin_table dashed">
+       <tr>
+               <td colspan="3" align="center" class="admin_title" height="30"><strong>{--REGISTER_MUST_HEADER--}:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="20" class="admin_title bottom2 right2" align="center">{--ID_SELECT--}</td>
+               <td width="325" class="admin_title bottom2 right2" align="center">{--REGISTER_FIELD_NAME--}:</td>
+               <td width="105" class="admin_title bottom2" align="center">{--REGISTER_FIELD_REQUIRED--}</td>
+       </tr>
        {!__REGISTER_ROWS!}
-       <TR>
-               <TD colspan="3" class="admin_footer">
+       <tr>
+               <td colspan="3" class="admin_footer">
                        <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
                        <INPUT type="submit" name="ok" value="{--REGISTER_CHANGE_MUST--}" />
-               </TD>
-       </TR>
-</TABLE>
+               </td>
+       </tr>
+</table>
 </form>
+</div>