2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_email%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" width="500" class="admin_table dashed">
5 <td colspan="2" class="admin_title bottom" align="center">
6 <strong>{--ADMIN_ADD_MAX_VALUE--}</strong>
10 <td colspan="2" align="center">{--MAX_RECEIVE--}</td>
13 <td align="right">{--ENTER_MAX_VALUE--}:</td>
15 <input type="text" name="max" class="admin_normal" size="2" maxlength="2" />
19 <td class="bottom" align="right">{--ENTER_MAX_COMMENT--}:</td>
21 <input type="text" name="comment" class="admin_normal" size="10" maxlength="255" />
25 <td class="admin_footer" colspan="2" align="center">
26 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
27 <input type="submit" name="add_max" class="admin_submit" value="{--ADD_MAX_RECEIVE--}" />