]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_overview_list_ext_rows.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_overview_list_ext_rows.tpl
index 3f7d02aa922af5016eb194f2a62dcfeb52ea50d9..545970eb09c0813849aad8a1d9f8e5ba58eabf6b 100644 (file)
@@ -1,23 +1,23 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2 left2" align="center">
-               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="task[$content[id]]" value="1" />
+       <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="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[assigned_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">
-               <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] 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">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                $content[userid]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[task_type_msg]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,translateTaskType=$content[task_type]%}
        </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>