]> 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 1ea2fc05ef28bfa73872155c71cfb317980370cb..632ff4430cbbf7a908e9200481220bd1327ca7e0 100644 (file)
@@ -1,23 +1,23 @@
-<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">
+<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">
+       </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>
+       </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>