Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_theme_edit_row.tpl
index 410541331b1968431b308d139509d09f68d1ea85..5939f66836cd38ab0b7f9593a8b011d41545acd0 100644 (file)
@@ -1,16 +1,24 @@
 <TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"
-               height="30"><INPUT type="checkbox" name="sel[$content[id]]"
-               class="admin_normal" value="1"> <INPUT type="hidden"
-               name="active[$content[id]]" class="admin_normal"
-               value="$content[active]"></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"
-               height="30">$content[link]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[name]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"
-               height="30">$content[is_act]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[email]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><A
-               href="$content[url_link]" target="_blank">$content[url_title]</A></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">v$content[ver]</TD>
+       <TD class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
+               <INPUT type="checkbox" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" class="admin_normal" value="1" />
+               <INPUT type="hidden" name="active[$content[id]]" value="$content[active]" />
+       </TD>
+       <TD class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
+               $content[link]
+       </TD>
+       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[name]
+       </TD>
+       <TD class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
+               $content[is_act]
+       </TD>
+       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[email]
+       </TD>
+       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+               <A href="$content[url_link]" target="_blank">$content[url_title]</A>
+       </TD>
+       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+               v$content[ver]
+       </TD>
 </TR>