]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_user.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_user.tpl
index 5eb3f45c2829ddaf26bfaa4d2a83eedc10356e76..a5919f3c198b19a9418dba516cbd4d69b1e94143 100644 (file)
@@ -1,14 +1,14 @@
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="admin_title bottom" colspan="{!__COLSPAN2!}" align="center">
-                       <strong>$content[title]:</strong>
+               <td class="table_header bottom" colspan="5" align="center">
+                       <strong>{%template,AdminListUserTitle%}:</strong>
                </td>
        </tr>
-       {!__ALPHA_SORT!}
-       {!__SORT_LINKS!}
-       {!__PAGE_NAV!}
+       {%pipe,getRequestElement,addAlphabeticalSorting=sortby%}
+       $content[sort_links]
+       {%pipe,addPageNavigation=$content[num_pages]%}
        $content[rows]
-       {!__PAGE_NAV!}
+       {%pipe,addPageNavigation=$content[num_pages]%}
 </table>
 </div>