css/html setup panel updated

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12386 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-12-12 07:30:49 +00:00
parent 65d7f1e2d1
commit 3bee1e720e
4 changed files with 41 additions and 10 deletions

View file

@ -3606,12 +3606,16 @@ jQuery(function($){
htDesign.sSkinName = sSkinName;
htDesign.sSkinTitle = sSkinTitle;
updateSelectedDesign(htDesign);
})
});
$('#skinSetup').on('show', function(ev){
if(this !== ev.target) return;
scrollToRight();
})
});
$('#fullSetup').on('show', function(ev){
$(this).find('.lang_code').trigger('reload-multilingual');
console.log($(this).find('.lang_code'));
});
var d365 = new Date();
d365.setTime(d365.getTime() + 60*60*24*356);
@ -3912,7 +3916,6 @@ jQuery(function($){
$('a._siteDesignSetupLink').attr('title', xe.lang.go_to_site_design_setup).click(function(){
alert(xe.lang.go_to_site_design_setup);
});
// Set #site height fix
$(window).resize(function(){
var wHeigh = $(window).height();