]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_add_referral_level.tpl
Rewrote some code, added templates/functions:
[mailer.git] / templates / de / html / admin / admin_add_referral_level.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_referral_levels&amp;do=do_add%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td class="table_header bottom" colspan="2" align="center">
6                 <strong>{--ADMIN_ADD_NEW_REFERRAL_DEPTH_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td align="right" width="50%">{--ADMIN_ENTER_REFERRAL_LEVEL--}</td>
12         <td width="50%">
13                 <input type="text" class="form_field" name="level" size="3" maxlength="3" />
14         </td>
15 </tr>
16
17 <tr>
18         <td class="bottom" align="right" width="200">{--ADMIN_ENTER_REFERRAL_PERCENTS--}</td>
19         <td class="bottom">
20                 <input type="text" class="form_field" name="percents" size="3" maxlength="3" />&#37;
21         </td>
22 </tr>
23
24 <tr>
25         <td class="table_footer" colspan="2" align="center">
26                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
27                 <input type="submit" class="form_submit" name="add" value="{--ADMIN_ADD_DEPTH--}" />
28         </td>
29 </tr>
30 </table>
31 {%form_close%}
32 </div>