2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&what=config_points&sub=ref&do=add%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
5 <td class="table_header bottom" colspan="2" align="center">
6 <strong>{--ADMIN_ADD_NEW_REFERAL_DEPTH_TITLE--}</strong>
10 <td align="right" width="200">{--ADMIN_ENTER_REFERAL_LEVEL--}:</td>
12 <input type="text" class="form_field" name="level" size="3" maxlength="3" />
16 <td class="bottom" align="right" width="200">{--ADMIN_ENTER_REFERAL_PERCENTS--}:</td>
18 <input type="text" class="form_field" name="percents" size="3" maxlength="3" />%
22 <td class="table_footer" colspan="2" align="center">
23 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
24 <input type="submit" class="form_submit" name="ok" value="{--ADMIN_ADD_DEPTH--}" />