User list templates with lesser empty lines
[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="" 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="" 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="" value="$content[curr]">
17   </TD>
18 </TR>