mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#351 enable sort by extra_vars
This commit is contained in:
parent
ec71794b5c
commit
6a84307048
3 changed files with 27 additions and 2 deletions
|
|
@ -171,6 +171,9 @@
|
|||
<div class="x_controls">
|
||||
<select name="order_target" id="order_target" title="{$lang->order_target}">
|
||||
<option loop="$order_target=> $key, $val" value="{$key}" selected="selected"|cond="$module_info->order_target== $key">{$val}</option>
|
||||
<block cond="$extra_order_target">
|
||||
<option loop="$extra_order_target=> $key, $val" value="{$key}" selected="selected"|cond="$module_info->order_target== $key">{$val}</option>
|
||||
</block>
|
||||
</select>
|
||||
<select name="order_type" id="order_type" title="{$lang->order_type}">
|
||||
<option value="asc" selected="selected"|cond="$module_info->order_type != 'desc'">{$lang->order_asc}</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue