]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_overview_list_rows.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_overview_list_rows.tpl
index e3f384c4ab96a5847b3910f915fe56d90c9d8956..9a8e24ca670356a5852da5c585434c63af227b4b 100644 (file)
@@ -1,10 +1,23 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2 left2" align="center">
-       <INPUT type="checkbox" name="task[$content[id]]" value="1"
-               class="admin_normal"></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[admin]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[infos]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[uid]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[type]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[created]]</TD>
-</TR>
\ No newline at end of file
+<tr>
+       <td class="switch_sw$content[sw] bottom2 right2 left2" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="task[$content[id]]" value="1" class="admin_normal" />
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[admin]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               ---
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[infos]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[uid]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[type]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[created]]
+       </td>
+</tr>