UI bug fixes

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12526 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2013-01-10 07:31:18 +00:00
parent de79747ecc
commit 2bf9c55a34
4 changed files with 12 additions and 3 deletions

View file

@ -2283,7 +2283,7 @@ jQuery(function($){
//bMultiSelect = //data-multiple
$.xeMsgBox.confirmDialog({
sTitle : 'TITLE',
sTitle : xe.msg_select_menu,
sText : '<select class="site_selector" style="width:100%;display:none"></select><div class="tree"></div>',
@ -2401,4 +2401,6 @@ jQuery(function($){
alert = function(){
return $.xeMsgBox.alert.apply($.xeMsgBox, arguments);
}
setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500);
});