]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_overview_list_ext_rows.tpl
Description made more clear
[mailer.git] / templates / de / html / admin / admin_overview_list_ext_rows.tpl
index 03feac31c783918235905fc19d20bc39d07aa0c1..caa2805281e6ed49fd8bc8c08485f5eeb66dc834 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="sel[$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">
+       <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>