]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_overview_list_rows.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_overview_list_rows.tpl
index 8ff1655f91551ff6aca88b056fcc2935ae926095..21697ba33b809b29face9821d104b58a613ff0e9 100644 (file)
@@ -1,23 +1,23 @@
-<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">
+<tr>
+       <td class="{%template,ColorSwitch%} bottom right left" align="center">
+               <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,generateAdminLink=$content[assigned_admin]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" 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>
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[infos]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[userid]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[task_type_msg]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[task_created]
+       </td>
+</tr>