mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
change filter & caption in list
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8936 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d53eb1e448
commit
d497aa06d3
2 changed files with 12 additions and 5 deletions
|
|
@ -3,7 +3,9 @@
|
|||
<div class="table even easyList">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<caption>
|
||||
All({$page_navigation->total_count})
|
||||
<block cond="$current_category">{$current_category}</block>
|
||||
<block cond="!$current_category">All</block>
|
||||
({sprintf('%d', $page_navigation->total_count)})
|
||||
<span cond="$act == 'dispAutoinstallAdminIndex'" class="side">
|
||||
<!--@if($order_target == 'newest')-->
|
||||
<!--@if($order_type == 'desc')-->{@$_newest_order_type = 'asc'}<!--@else-->{@$_newest_order_type = 'desc'}<!--@end-->
|
||||
|
|
@ -109,4 +111,4 @@
|
|||
<input name="search_keyword" title="Search" value="{$search_keyword}" />
|
||||
<input type="submit" value="Search" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue