Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_mods_list_row.tpl
index 5326ec2d59e8f8579e1b095728c3e3516bedb9fc..1ea2fc05ef28bfa73872155c71cfb317980370cb 100644 (file)
@@ -1,17 +1,23 @@
 <TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><INPUT
-               type="checkbox" class="admin_normal" name="sel[$content[id]]"
-               value="1"></TD>
+       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="sel[$content[id]]" value="1" />
+       </TD>
        <TD class="switch_sw$content[sw] bottom2 right2">
-       &nbsp;$content[mod]</TD>
+               &nbsp;$content[mod]
+       </TD>
        <TD class="switch_sw$content[sw] bottom2 right2">
-       &nbsp;$content[title]</TD>
+               &nbsp;$content[title]
+       </TD>
        <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       &nbsp;$content[locked]</TD>
+               &nbsp;$content[locked]
+       </TD>
        <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       &nbsp;$content[hidden]</TD>
+               &nbsp;$content[hidden]
+       </TD>
        <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       &nbsp;$content[admin]</TD>
+               &nbsp;$content[admin]
+       </TD>
        <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       &nbsp;$content[mem]</TD>
+               &nbsp;$content[mem]
+       </TD>
 </TR>