Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_refbanner_row.tpl
index b7aa39b8b60339c651c0b6ab75dcab1f4a970810..d344bbba6cbfcb2ec0452f684f0bfcb592b1edbf 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>
+       <TD align="center" class="switch_sw$content[sw] bottom right2" colspan="2">
+               <INPUT type="checkbox" name="sel[$content[id]]" title="{--ID_SELECT--} $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>