More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_user.tpl
index 6523ef49c635ada5daa47c7b209ae557bc9abdf1..cc6dcf9d8aa8f4896f44c434ad37ed5b182644ed 100644 (file)
@@ -1,39 +1,39 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_user"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <strong>{--USER_ADMIN_CONFIG_HEADER--}</strong></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="400" align="right">{--USER_ADMIN_LIMIT_USER--}:</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD width="170"><INPUT type="text" name="user_limit"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_user" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <strong>{--USER_ADMIN_CONFIG_HEADER--}</strong></td>
+       </tr>
+       <tr>
+               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="400" align="right">{--USER_ADMIN_LIMIT_USER--}:</td>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td width="170"><INPUT type="text" name="user_limit"
                        class="admin_normal" value="{!__LIMIT_VALUE!}" size="4"
-                       maxlength="6"></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="400" align="right">{--USER_ADMIN_ALPHA_USER--}:</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD width="170"><INPUT type="text" name="user_alpha"
+                       maxlength="6"></td>
+       </tr>
+       <tr>
+               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="400" align="right">{--USER_ADMIN_ALPHA_USER--}:</td>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td width="170"><INPUT type="text" name="user_alpha"
                        class="admin_normal" value="{!__ALPHA_VALUE!}" size="4"
-                       maxlength="6"></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="admin_footer"><INPUT
+                       maxlength="6"></td>
+       </tr>
+       <tr>
+               <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="3" class="admin_footer"><INPUT
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
                        type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></TD>
-       </TR>
-</TABLE>
+                       value="{--SAVE_SETTINGS--}" /></td>
+       </tr>
+</table>
 </form>
+</div>