Editing of bank packages added (updating records not finished!)
[mailer.git] / templates / de / html / admin / admin_del_bank_packages_row.tpl
1 <TR>
2         <TD align="center" class="switch_sw$content[sw] bottom2">
3                 <INPUT type="checkbox" name="id[$content[id]]" value="1" checked="checked" />
4         </TD>
5         <TD align="center" class="switch_sw$content[sw] bottom2 right2">
6                 <STRONG>$content[id]</STRONG>
7         </TD>
8         <TD align="center" class="switch_sw$content[sw] bottom2 right2">
9                 $content[title]
10         </TD>
11         <TD align="center" class="switch_sw$content[sw] bottom2 right2">
12                 $content[description]
13         </TD>
14         <TD align="center" class="switch_sw$content[sw] bottom2">
15                 $content[account_fee] {!POINTS!}
16         </TD>
17 </TR>