]> 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 42854d7a8e9cffe6a55cfbcd1243dae4a91dad3b..a5919f3c198b19a9418dba516cbd4d69b1e94143 100644 (file)
@@ -1,13 +1,14 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="95%"
-       align="center" class="admin_table dashed">
-       <TR>
-               <TD class="admin_header bottom2" colspan="{!__COLSPAN2!}" height="30" align="center">
-                       <strong>{!__TITLE!}:</strong>
-               </TD>
-       </TR>
-       {!__ALPHA_SORT!}
-       {!__SORT_LINKS!}
-       {!__PAGE_NAV!}
-       {!__USER_ROWS!}
-       {!__PAGE_NAV!}
-</TABLE>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td class="table_header bottom" colspan="5" align="center">
+                       <strong>{%template,AdminListUserTitle%}:</strong>
+               </td>
+       </tr>
+       {%pipe,getRequestElement,addAlphabeticalSorting=sortby%}
+       $content[sort_links]
+       {%pipe,addPageNavigation=$content[num_pages]%}
+       $content[rows]
+       {%pipe,addPageNavigation=$content[num_pages]%}
+</table>
+</div>