mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Also allow selecting a PC layout for mobile view
This commit is contained in:
parent
27e2106c96
commit
2cd6140a89
4 changed files with 31 additions and 8 deletions
|
|
@ -109,7 +109,7 @@
|
|||
<div class="x_controls">
|
||||
<select name="mlayout_srl" id="mlayout_srl">
|
||||
<option value="0">{$lang->notuse}</option>
|
||||
<option loop="$mlayout_list => $key, $val" value="{$val->layout_srl}" selected="selected"|cond="$module_info->mlayout_srl== $val->layout_srl">{$val->title} ({$val->layout})</option>
|
||||
<option loop="$mlayout_list => $key, $val" value="{$val->layout_srl}" selected="selected"|cond="$module_info->mlayout_srl== $val->layout_srl">{$val->title} <block cond="$val->layout">({$val->layout})</block></option>
|
||||
</select>
|
||||
<a href="#mobile_layout_help" class="x_icon-question-sign" data-toggle>{$lang->help}</a>
|
||||
<p id="mobile_layout_help" class="x_help-block" hidden>{$lang->about_layout}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue