A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_refbanner_row.tpl
index b7aa39b8b60339c651c0b6ab75dcab1f4a970810..1364e053d59e811205005422e1463a5a1f0f1846 100644 (file)
@@ -1,12 +1,20 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom right2"
-               colspan="2"><INPUT type="checkbox" name="sel[$content[id]]"
-               value="1" class="admin_normal"></TD>
-       <TD align="center" class="switch_sw$content[sw] bottom right2"><IMG
-               src="$content[url]" alt="$content[alt]" border="0"
-               title="$content[alt]"></TD>
-       <TD align="center" class="switch_sw$content[sw] bottom right2">$content[alt]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom right2">$content[cnt]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom right2">$content[clx]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom" colspan="2">$content[vis]</TD>
-</TR>
+<tr>
+       <td align="center" class="{%template,ColorSwitch%} bottom right" colspan="2">
+               <input type="checkbox" class="admin_normal" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" value="1" />
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <img src="$content[url]" alt="$content[alt]" border="0" title="$content[alt]" />
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[alt]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[cnt]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[clx]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom" colspan="2">
+               $content[vis]
+       </td>
+</tr>