]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_user.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_list_user.tpl
index 42854d7a8e9cffe6a55cfbcd1243dae4a91dad3b..d44e5acbb07627c7bfac4e72bbc63d7677a07e84 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="admin_table dashed">
+       <tr>
+               <td class="admin_title bottom" colspan="$content[colspan2]" align="center">
+                       <strong>$content[title]:</strong>
+               </td>
+       </tr>
+       $content[alpha_sort]
+       $content[sort_links]
+       $content[page_nav]
+       $content[rows]
+       $content[page_nav]
+</table>
+</div>