Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / admin / admin_config_payouts_edit_row.tpl
1 <tr>
2         <td align="center" class="switch_sw$content[sw] bottom right" height="25">
3                 $content[id]
4                 <input type="hidden" name="sel[$content[id]]" value="1" />
5         </td>
6         <td align="center" class="switch_sw$content[sw] bottom right">
7                 <input type="text" name="title[$content[id]]" class="admin_normal" value="$content[title]" size="20" maxlength="255" />
8         </td>
9         <td align="center" class="switch_sw$content[sw] bottom right">
10                 <input type="text" name="rate[$content[id]]" class="admin_normal" value="$content[rate]" size="5" maxlength="10" />
11         </td>
12         <td align="center" class="switch_sw$content[sw] bottom right">
13                 <input type="text" name="min_points[$content[id]]" class="admin_normal" value="$content[min_points]" size="5" maxlength="10" />
14         </td>
15         <td align="center" class="switch_sw$content[sw] bottom">
16                 $content[allow]
17         </td>
18 </tr>