]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_max.tpl
Some rewrites
[mailer.git] / templates / de / html / admin / admin_add_max.tpl
index 0e67a67be780b512c6daabed6cfe1e15976e25a2..4eada40a1556c198c35ffc806d94cc64ce6fccae 100644 (file)
@@ -1,51 +1,50 @@
-<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"
+<form accept-charset="utf-8" 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
+       <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" /></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" /></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