]> git.mxchange.org Git - mailer.git/blob - 0.2.1-FINAL/templates/de/html/admin/admin_list_bank_package_row.tpl
"copied"
[mailer.git] / 0.2.1-FINAL / templates / de / html / admin / admin_list_bank_package_row.tpl
1 <TR>
2         <TD align="center" class="switch_sw$content[sw] bottom2">
3                 <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="id[$content[id]]" value="1" />
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 right2">
15                 $content[fee] {!POINTS!}
16         </TD>
17         <TD align="center" class="switch_sw$content[sw] bottom2 right2">
18                 $content[plus]%
19         </TD>
20         <TD align="center" class="switch_sw$content[sw] bottom2 right2">
21                 $content[minus]%
22         </TD>
23         <TD align="center" class="switch_sw$content[sw] bottom2">
24                 $content[active]
25         </TD>
26 </TR>