BUG 9216 Al cambiar el idioma por system settings... SOLVED

- By selecting the language in settings the Dropdown shows no language predefined.
- was add posts to language in the login and system for more information, and was modified the Dropdown for show the language predefined.
This commit is contained in:
Marco Antonio Nina
2012-07-10 17:55:22 -04:00
parent 5b420d115a
commit 8c44e21c1c
5 changed files with 41 additions and 25 deletions

View File

@@ -60,6 +60,15 @@ Ext.onReady(function(){
changeSettings();
}
}
},
{
xtype: 'panel',
anchor: '100%',
bodyStyle:'padding:5px',
frame: true,
height: 'auto',
html:'The default language that is configured in this place is for the "dropdown" of the '+
'languages that are displaying on the login screen, this configuration is set for each workspace.'
}
],
buttons : [saveButton]