mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
issue 2528 added a filter tag.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11631 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eac8841cc4
commit
ca554aad56
1 changed files with 3 additions and 3 deletions
|
|
@ -13,11 +13,11 @@
|
|||
<div>
|
||||
<div class="cnb">
|
||||
<a href="{getUrl('filter_type', '', 'page', '')}" class="active"|cond="$filter_type==''">{$lang->cmd_show_all_member}</a>
|
||||
|
|
||||
<i>|</i>
|
||||
<a href="{getUrl('filter_type', 'super_admin', 'page', '')}" class="active"|cond="$filter_type==super_admin">{$lang->cmd_show_super_admin_member}</a>
|
||||
|
|
||||
<i>|</i>
|
||||
<a href="{getUrl('filter_type', 'enable', 'page', '')}" class="active"|cond="$filter_type==enable">{$lang->approval}</a>
|
||||
|
|
||||
<i>|</i>
|
||||
<a href="{getUrl('filter_type', 'disable', 'page', '')}" class="active"|cond="$filter_type==disable">{$lang->denied}</a>
|
||||
</div>
|
||||
<div class="x_clearfix" style="margin-bottom:-48px">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue