fixed an error in site design saving function on IE

alert pop-up design change



git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12606 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2013-01-29 08:24:39 +00:00
parent d50fa66b7f
commit eafb2a9a8f
3 changed files with 9 additions and 9 deletions

View file

@ -1106,12 +1106,12 @@ jQuery(function($){
this.showMsgBox(htOptions);
}
$.xeMsgBox.alert = function(sTitle){
$.xeMsgBox.alert = function(sText){
htOptions = {
bAlert : true,
bNobody : true,
bSmall: true,
sTitle : sTitle
sText : sText
};
this.showMsgBox(htOptions);