]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_reflevel_row.tpl
Extension ext-network continued:
[mailer.git] / templates / de / html / admin / admin_edit_reflevel_row.tpl
1 <tr>
2         <td colspan="2" align="center" class="table_header bottom">
3                 <strong>{--ADMIN_REFERRAL_DEPTHS_ID--} $content[id]:</strong>
4         </td>
5 </tr>
6
7 <tr>
8         <td class="{%template,ColorSwitch%}" align="right">{--REFERRAL_LEVEL--}:&nbsp;</td>
9         <td class="{%template,ColorSwitch%}" align="left">
10                 <input type="text" class="form_field" name="level[$content[id]]" value="$content[level]" size="3" maxlength="5" />
11         </td>
12 </tr>
13
14 <tr>
15         <td class="{%template,ColorSwitch%} bottom" align="right">{--REFERRAL_PERCENT--}:&nbsp;</td>
16         <td class="{%template,ColorSwitch%} bottom" align="left">
17                 <input type="text" class="form_field" name="perc[$content[id]]" value="{%pipe,translateComma=$content[percents]%}" size="3" maxlength="5" />&#37;
18         </td>
19 </tr>