]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_task_ext_rows.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_list_task_ext_rows.tpl
index efd8569c923c3b4d33a605c6dac0a82f848ff370..2743c813145fb52ad70c4dc3c35bcc450aa5c364 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">
-               <a title="{--ADMIN_REGISTER_EXTENSION_TITLE--}" href="{?URL?}/modules.php?module=admin&amp;what=extensions&amp;reg_ext=$content[id]">{--ADMIN_REGISTER_EXTENSION--}</a>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%template,ExtensionRegistrationLink=$content[infos]%}
        </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">
+               $content[task_type_msg]
        </td>
-       <td class="switch_sw$content[sw] bottom" align="center">
-               $content[created]]
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               $content[task_created]
        </td>
 </tr>