]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_user.tpl
Adding of request parameters partialy finished
[mailer.git] / templates / de / html / admin / admin_list_user.tpl
index acabedbd5bddb085a9873b46c1cc4a07c24e8ea6..3cbef37aeffc6927d381ee49e901c1ac758f16b2 100644 (file)
@@ -1,15 +1,12 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="95%"
-       align="center" class="admin_table dashed">
-       <TR>
-               <TD class="admin_header" colspan="{!__COLSPAN2!}" align="center">
-               <STRONG>{!__TITLE!}:</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="{!__COLSPAN2!}" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       {!__ALPHA_SORT!} {!__SORT_LINKS!} {!__PAGE_NAV!}
-       <TR>
-               <TD colspan="{!__COLSPAN2!}" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       {!__USER_ROWS!} {!__PAGE_NAV!}
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td class="admin_title bottom" colspan="{!__COLSPAN2!}" align="center">
+                       <strong>$content[title]:</strong>
+               </td>
+       </tr>
+       {!__ALPHA_SORT!}
+       {!__SORT_LINKS!}
+       {!__PAGE_NAV!}
+       $content[rows]
+       {!__PAGE_NAV!}
+</table>