A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_add_max.tpl
index 0e67a67be780b512c6daabed6cfe1e15976e25a2..1a407a33640f4b9222aa6e185f1265d7ed4937b0 100644 (file)
@@ -1,51 +1,32 @@
-<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"
-       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
-                       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>
-</form>
\ No newline at end of file
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_email%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td colspan="2" class="table_header bottom" align="center">
+                       <strong>{--ADMIN_ADD_MAX_VALUE--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" align="center">{--ADMIN_MAX_RECEIVE--}</td>
+       </tr>
+       <tr>
+               <td align="right">{--ADMIN_ENTER_MAX_VALUE--}:</td>
+               <td>
+                       <input type="text" name="max" class="form_field" size="2" maxlength="2" />
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom" align="right">{--ADMIN_ENTER_MAX_COMMENT--}:</td>
+               <td class="bottom">
+                       <input type="text" name="comment" class="form_field" size="10" maxlength="255" />
+               </td>
+       </tr>
+       <tr>
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="add_max" class="form_submit" value="{--ADMIN_ADD_MAX_RECEIVE--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>