More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_add_max.tpl
index 0e67a67be780b512c6daabed6cfe1e15976e25a2..1821650744343d4fd117d1a23c8a026e42f36ec8 100644 (file)
@@ -1,51 +1,51 @@
 <form action="{!URL!}/modules.php?module=admin&amp;what=config_email"
        method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
        align="center" class="admin_table dashed">
-       <TR>
-               <TD colspan="5" class="admin_title bottom2" align="center" height="30">
-               <strong>{--ADMIN_ADD_MAX_VALUE--}</strong></TD>
-       </TR>
-       <TR>
-               <TD class="seperator" colspan="5" height="3">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD colspan="3" align="center">{--MAX_RECEIVE--}</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right">{--ENTER_MAX_VALUE--}:</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD><INPUT type="text" name="max" class="admin_normal" size="5"
-                       maxlength="5" value=""></TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD align="right">{--ENTER_MAX_COMMENT--}:</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD><INPUT type="text" name="comment" class="admin_normal"
-                       size="10" maxlength="255" value=""></TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="seperator bottom2" colspan="5" height="14">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-               <TD class="admin_footer" colspan="3" align="center"><INPUT
+       <tr>
+               <td colspan="5" class="admin_title bottom2" align="center" height="30">
+               <strong>{--ADMIN_ADD_MAX_VALUE--}</strong></td>
+       </tr>
+       <tr>
+               <td class="seperator" colspan="5" height="3">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td colspan="3" align="center">{--MAX_RECEIVE--}</td>
+               <td class="seperator" width="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" colspan="5" height="7">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td align="right">{--ENTER_MAX_VALUE--}:</td>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td><INPUT type="text" name="max" class="admin_normal" size="5"
+                       maxlength="5" value=""></td>
+               <td class="seperator" width="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" colspan="5" height="7">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td align="right">{--ENTER_MAX_COMMENT--}:</td>
+               <td class="seperator" width="10">&nbsp;</td>
+               <td><INPUT type="text" name="comment" class="admin_normal"
+                       size="10" maxlength="255" value=""></td>
+               <td class="seperator" width="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="seperator bottom2" colspan="5" height="14">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+               <td class="admin_footer" colspan="3" align="center"><INPUT
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
                        type="submit" name="add_max" class="admin_submit"
-                       value="{--ADD_MAX_RECEIVE--}" /></TD>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-       </TR>
-</TABLE>
+                       value="{--ADD_MAX_RECEIVE--}" /></td>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+       </tr>
+</table>
 </form>
\ No newline at end of file