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