]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_bank_packages_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_del_bank_packages_row.tpl
index 46ff45d6617808ccf76ca35ab298a95489abdf0b..f0865e90b46d5211c6001b93b0722f16df2ba7aa 100644 (file)
@@ -1,17 +1,17 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2">
-               <INPUT type="checkbox" name="id[$content[id]]" value="1" checked="checked" />
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-               <STRONG>$content[id]</STRONG>
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+<tr>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="id[$content[id]]" value="1" checked="checked" />
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <strong>$content[id]</strong>
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
                $content[title]
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
                $content[description]
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">
-               $content[account_fee] {!POINTS!}
-       </TD>
-</TR>
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               $content[account_fee] {?POINTS?}
+       </td>
+</tr>