Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_extensions_row.tpl
index 01f5a98713cbccb99ab7eba81d40e94b74c61833..d8b98cb15dc4a8cb6a331e667657cf56b6ee0cb8 100644 (file)
@@ -1,10 +1,20 @@
 <TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><INPUT
-               type="checkbox" name="sel[$content[id]]" value="$content[act_val]">
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;&nbsp;$content[name]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;&nbsp;$content[lang]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[css]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[active]</TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">&nbsp;&nbsp;v$content[ver]</TD>
+       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" class="admoin_normal" name="sel[$content[id]]" value="$content[act_val]" />
+       </TD>
+       <TD class="switch_sw$content[sw] bottom2 right2">
+               &nbsp;&nbsp;$content[name]
+       </TD>
+       <TD class="switch_sw$content[sw] bottom2 right2">
+               &nbsp;&nbsp;$content[lang]
+       </TD>
+       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[css]
+       </TD>
+       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[active]
+       </TD>
+       <TD class="switch_sw$content[sw] bottom2" align="center">
+               &nbsp;&nbsp;v$content[ver]
+       </TD>
 </TR>