mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 04:12:18 +09:00
Site edit > design > mobile view > enable option prototype added.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12128 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4a8b2f96b9
commit
fc891a8fe1
5 changed files with 52 additions and 71 deletions
|
|
@ -1484,4 +1484,12 @@
|
|||
<value xml:lang="ko"><![CDATA[모두 접기]]></value>
|
||||
<value xml:lang="en"><![CDATA[Close All]]></value>
|
||||
</item>
|
||||
<item name="desktop_settings">
|
||||
<value xml:lang="ko"><![CDATA[PC 설정]]></value>
|
||||
<value xml:lang="en"><![CDATA[PC Settings]]></value>
|
||||
</item>
|
||||
<item name="mobile_settings">
|
||||
<value xml:lang="ko"><![CDATA[모바일 설정]]></value>
|
||||
<value xml:lang="en"><![CDATA[Mobile Settings]]></value>
|
||||
</item>
|
||||
</lang>
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ jQuery(function($){
|
|||
}
|
||||
|
||||
$this.parent('li').addClass('x_active').siblings().removeClass('x_active');
|
||||
$this.closest('.x_nav-tabs').next('.x_tab-content').find('>.x_tab-pane').eq($this.attr('data-index')-1).addClass('x_active').show().siblings().removeClass('x_active').hide();
|
||||
$this.closest('.x_nav-tabs').next('.x_tab-content').find('>.x_tab-pane').eq($this.attr('data-index')-1).addClass('x_active').show().siblings('.x_tab-pane').removeClass('x_active').hide();
|
||||
|
||||
$(this).parents('.x_tabbable').trigger('tab_change', [parseInt($(this).attr('data-index'))-1, $(this)]);
|
||||
|
||||
|
|
|
|||
60
modules/admin/tpl/js/admin.min.js
vendored
60
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue