]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_list_row.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_mods_list_row.tpl
index 5326ec2d59e8f8579e1b095728c3e3516bedb9fc..632ff4430cbbf7a908e9200481220bd1327ca7e0 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">
-       &nbsp;$content[mod]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
-       &nbsp;$content[title]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       &nbsp;$content[locked]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       &nbsp;$content[hidden]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       &nbsp;$content[admin]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       &nbsp;$content[mem]</TD>
-</TR>
+<tr>
+       <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>
+       <td class="switch_sw$content[sw] bottom2 right2">
+               &nbsp;$content[title]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[locked]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[hidden]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[admin]
+       </td>
+       <td class="switch_sw$content[sw] bottom2" align="center">
+               $content[mem]
+       </td>
+</tr>