]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_user.tpl
Menu system fixes, list_user simplified:
[mailer.git] / templates / de / html / admin / admin_list_user.tpl
index c341708166e8e191028a397ddd8f7363dabd70ea..883d894667102660e0c69fab25cb21acf38f8c17 100644 (file)
@@ -1,14 +1,14 @@
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="table_header bottom" colspan="$content[colspan2]" align="center">
+               <td class="table_header bottom" colspan="5" align="center">
                        <strong>{%template,AdminListUserTitle%}:</strong>
                </td>
        </tr>
-       $content[alpha_sort]
+       {%pipe,getRequestParameter,alpha=sortby%}
        $content[sort_links]
-       $content[page_nav]
+       {%pipe,addPageNavigation=$content[num_pages]%}
        $content[rows]
-       $content[page_nav]
+       {%pipe,addPageNavigation=$content[num_pages]%}
 </table>
 </div>