A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_edit_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center" height="29">
3                 <strong>$content[id]</strong>
4                 <input type="hidden" name="id[$content[id]]" class="form_field" value="1" />
5         </td>
6         <td class="{%template,ColorSwitch%} bottom right">
7                 <input type="text" class="form_field" name="name[$content[id]]" size="16" maxlength="255" value="$content[pay_name]" />
8         </td>
9         <td class="{%template,ColorSwitch%} bottom right">
10                 <input type="text" class="form_field" name="rate[$content[id]]" size="19" maxlength="255" value="$content[pay_rate]" />
11         </td>
12         <td class="{%template,ColorSwitch%} bottom right">
13                 <input type="text" class="form_field" name="min[$content[id]]" size="3" maxlength="20" value="$content[pay_min_count]" />
14         </td>
15         <td class="{%template,ColorSwitch%} bottom">
16                 <input type="text" class="form_field" name="curr[$content[id]]" size="5" maxlength="255" value="$content[pay_currency]" />
17         </td>
18 </tr>