mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
issue 140 add filter member_list
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8947 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1f273c2ce3
commit
b6bacc388e
9 changed files with 62 additions and 6 deletions
|
|
@ -11,11 +11,11 @@
|
|||
<h1 class="h1">{$lang->user_list}</h1>
|
||||
<div class="table even">
|
||||
<div class="cnb">
|
||||
<a href="#">All</a> | <a href="#">Super Admin</a> | <a href="#">Site Admin</a> | <a href="#">Approval</a> | <a href="#">Denied</a> | <a href="#">Trash</a>
|
||||
<a href="{getUrl('filter_type', '', 'page', '')}">{$lang->cmd_show_all_member}</a> | <a href="{getUrl('filter_type', 'super_admin', 'page', '')}">{$lang->cmd_show_super_admin_member}</a> | <a href="{getUrl('filter_type', 'site_admin', 'page', '')}">{$lang->cmd_show_site_admin_member}</a> | <a href="{getUrl('filter_type', 'enable', 'page', '')}">{$lang->cmd_show_enable_member}</a> | <a href="{getUrl('filter_type', 'disable', 'page', '')}">{$lang->cmd_show_disable_member}</a>
|
||||
</div>
|
||||
<table width="100%" border="1" cellspacing="0" class="_memberList">
|
||||
<caption>
|
||||
All(789)
|
||||
{$filter_type_title}({$total_count})
|
||||
<span class="side"><span class="btn"><a href="#listManager" class="modalAnchor _member">{$lang->cmd_selected_user_manage}...</a></span></span>
|
||||
</caption>
|
||||
<thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue