]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_overview_list_rows.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_overview_list_rows.tpl
index 83dceaf70d730ec4122b8ed4c30e8c9591207c19..b50b5a1a58441f98623cc5da3548ad00a51b8c2c 100644 (file)
@@ -1,11 +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">---</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>
+<tr>
+       <td class="switch_sw$content[sw] bottom right left" align="center">
+               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               $content[assigned_admin]
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               ---
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               $content[infos]
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               $content[userid]
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               $content[task_type_msg]
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               $content[created]]
+       </td>
+</tr>