BUG 12616 Adicion de etiquetas hardcodeada SOLVED

Se agrego una etiqueta y nuevas traduccion para extjs
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-08-16 11:03:36 -04:00
parent 7c18456002
commit f5ad41e710
3 changed files with 5 additions and 1 deletions

View File

@@ -1218,7 +1218,7 @@ loadFieldNormal = function(){
});
var assignedGridGotData = Ext.getCmp('assignedGrid').getStore().getCount() > 0;
if(assignedGridGotData) {
Ext.MessageBox.confirm('Confirm', 'The row data that you recently created will be deleted?', function(button) {
Ext.MessageBox.confirm(_('ID_CONFIRM'), _('ID_CONFIRM_ASSIGNED_GRID'), function(button) {
if(button=='yes'){
Ext.getCmp('assignedGrid').store.removeAll();
}