Arreglo en label para la propiedad waitTitle

This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-09-02 10:55:45 -04:00
parent 1d3ebf3f7b
commit fbbcfcaaba
24 changed files with 32 additions and 32 deletions

View File

@@ -275,7 +275,7 @@ Ext.onReady(function() {
formSettings.getForm().submit({
url : 'environmentSettingsAjax?request=save&r=' + Math.random(),
waitMsg : _('ID_SAVING_ENVIRONMENT_SETTINGS')+'...',
waitTitle : "",
waitTitle : " ",
timeout : 36000,
success : function(res, req) {
PMExt.notify(_('ID_PM_ENV_SETTINGS_TITLE'), req.result.msg);