Even more string languages/templates renamed (not really) according to naming convention
[mailer.git] / templates / de / html / admin / admin_edit_reflevel_row.tpl
1 <tr>
2         <td colspan="2" align="center" class="admin_title bottom">
3                 <strong>{--ADMIN_REFERAL_DEPTHS_ID--} $content[id]:</strong>
4         </td>
5 </tr>
6 <tr>
7         <td class="{%template,ColorSwitch%}" align="right">{--REFERAL_LEVEL--}:&nbsp;</td>
8         <td class="{%template,ColorSwitch%}" align="left">
9                 <input type="text" name="level[$content[id]]" class="admin_normal" value="$content[level]" size="3" maxlength="5" />
10         </td>
11 </tr>
12 <tr>
13         <td class="{%template,ColorSwitch%} bottom" align="right">{--REFERAL_PERCENT--}:&nbsp;</td>
14         <td class="{%template,ColorSwitch%} bottom" align="left">
15                 <input type="text" name="perc[$content[id]]" class="admin_normal" value="{%pipe,translateComma=$content[percents]%}" size="3" maxlength="5" />&#37;
16         </td>
17 </tr>