Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_edit_row.tpl
1 <tr>
2   <td class="switch_sw$content[sw] bottom2 right2" align="center" height="29">
3     <strong>$content[id]</strong>
4     <input type="hidden" name="id[$content[id]]" class="admin_normal" value="1" />
5   </td>
6   <td class="switch_sw$content[sw] bottom2 right2">
7     &nbsp;<input type="text" name="name[$content[id]]" class="admin_normal" size="16" maxlength="255" value="$content[name]" />
8   </td>
9   <td class="switch_sw$content[sw] bottom2 right2">
10     &nbsp;<input type="text" name="rate[$content[id]]" class="admin_normal" size="19" maxlength="255" value="$content[rate]" />
11   </td>
12   <td class="switch_sw$content[sw] bottom2 right2">
13     &nbsp;<input type="text" name="min[$content[id]]" class="admin_normal" size="3" maxlength="20" value="$content[min]" />
14   </td>
15   <td class="switch_sw$content[sw] bottom2">
16     &nbsp;<input type="text" name="curr[$content[id]]" class="admin_normal" size="5" maxlength="255" value="$content[curr]" />
17   </td>
18 </tr>