All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_del_bank_packages_row.tpl
1 <tr>
2         <td align="center" class="switch_sw$content[sw] bottom">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="id[$content[id]]" value="1" checked="checked" />
4         </td>
5         <td align="center" class="switch_sw$content[sw] bottom right">
6                 <strong>$content[id]</strong>
7         </td>
8         <td align="center" class="switch_sw$content[sw] bottom right">
9                 $content[title]
10         </td>
11         <td align="center" class="switch_sw$content[sw] bottom right">
12                 $content[description]
13         </td>
14         <td align="center" class="switch_sw$content[sw] bottom">
15                 $content[account_fee] {?POINTS?}
16         </td>
17 </tr>