Merge pull request #186 from marcoAntonioNina/BUG-9297

BUG 9297 Al crear un nuevo skin y seleccionar el uxmodern despliega... SOLVED
This commit is contained in:
julceslauhub
2012-07-06 09:29:42 -07:00
2 changed files with 314 additions and 299 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -490,7 +490,7 @@ newSkin = function(){
Ext.getCmp("newDialog").destroy();
if( !action.result ) {
Ext.MessageBox.alert("error", _('ID_ERROR'));
Ext.MessageBox.alert("error", action.response.responseText);
return;
}
Ext.MessageBox.alert("error", action.result.error);