A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_user.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <tr>
4                 <td class="table_header bottom" colspan="5" align="center">
5                         <strong>{%template,AdminListUserTitle%}:</strong>
6                 </td>
7         </tr>
8         {%pipe,getRequestParameter,alpha=sortby%}
9         $content[sort_links]
10         {%pipe,addPageNavigation=$content[num_pages]%}
11         $content[rows]
12         {%pipe,addPageNavigation=$content[num_pages]%}
13 </table>
14 </div>