]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_overview_list_rows.tpl
Rewrites for installation phase:
[mailer.git] / templates / de / html / admin / admin_overview_list_rows.tpl
index 9a8e24ca670356a5852da5c585434c63af227b4b..ebfdd204a32626c1ee5f69e57edb87b8975a4939 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 class="{%template,ColorSwitch%} 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] bottom2 right2" align="center">
-               $content[admin]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,generateAdminLink=$content[assigned_admin]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                ---
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[infos]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[infos]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[uid]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[userid]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[type]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[task_type_msg]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[created]]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[task_created]
        </td>
 </tr>