Doc System, change hardcoded labels
This commit is contained in:
@@ -325,7 +325,7 @@ Login.submit = function()
|
||||
//Ext.msgBoxSlider.msgTopCenter('alert', 'LOGIN ERROR', serverResponse.message, 10);
|
||||
}
|
||||
else {
|
||||
Ext.Msg.alert('ERROR', _('ID_SERVER_PROBLEM') + ' ' + action.response.responseText);
|
||||
Ext.Msg.alert( _('ID_ERROR'), _('ID_SERVER_PROBLEM') + ' ' + action.response.responseText);
|
||||
}
|
||||
//Login.form.getForm().reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user