mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
#18965740 : apply mobile layout and mobile view option to all connected menu items
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7548 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
220743afea
commit
f29f234ddb
5 changed files with 46 additions and 5 deletions
|
|
@ -3,7 +3,6 @@
|
|||
<!--#include("header.html")-->
|
||||
|
||||
<h3 class="xeAdmin">{$selected_layout->layout_title}</h3>
|
||||
|
||||
<div class="header4">
|
||||
<ul class="localNavigation">
|
||||
<li class="on"><a href="#" onclick="return false;">{$lang->cmd_layout_management}</a></li>
|
||||
|
|
@ -124,6 +123,14 @@
|
|||
{$lang->about_not_apply_menu}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->apply_mobile_view}</div></th>
|
||||
<td>
|
||||
<input type="checkbox" name="apply_mobile_view" value="Y" />
|
||||
{$lang->about_apply_mobile_view}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr class="row2">
|
||||
<th colspan="2" class="button">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue