]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_task_rows.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_task_rows.tpl
index 722a03375cdc0189aa9fa68e248721bbd6788655..cf309a408e32e2cbbbc977d6bd43a51694987021 100644 (file)
@@ -1,23 +1,23 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center">
-               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[admin]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,generateAdminLink=$content[assigned_admin]%}
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                ---
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[infos]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[infos]%}
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[userid]
        </td>
-       <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[type]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,translateTaskType=$content[task_type]%}
        </td>
-       <td class="switch_sw$content[sw] bottom" align="center">
-               $content[created]]
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               $content[task_created]
        </td>
 </tr>