Doc System, change hardcoded labels

This commit is contained in:
Julio Cesar Laura
2013-03-14 15:15:04 -04:00
parent 9e0e980a23
commit 64e518fb49
81 changed files with 377 additions and 405 deletions

View File

@@ -53,7 +53,7 @@ Ext.onReady(function(){
typeAhead: true,
mode: 'local',
triggerAction: 'all',
emptyText:'Choose an option...',
emptyText: _('ID_CHOOSE_OPTION') + '...',
editable: false,
selectOnFocus:true,
listeners:{
@@ -111,7 +111,7 @@ Ext.onReady(function(){
typeAhead: true,
mode: 'local',
triggerAction: 'all',
emptyText:'Choose an option...',
emptyText: _('ID_CHOOSE_OPTION') + '...',
editable: false,
selectOnFocus:true
});
@@ -130,7 +130,7 @@ Ext.onReady(function(){
typeAhead: true,
mode: 'local',
triggerAction: 'all',
emptyText:'Choose an option...',
emptyText: _('ID_CHOOSE_OPTION') + '...',
editable: false,
selectOnFocus:true
});
@@ -165,7 +165,7 @@ Ext.onReady(function(){
mode: 'local',
allowBlank: false,
triggerAction: 'all',
emptyText:'Choose an option...',
emptyText: _('ID_CHOOSE_OPTION') + '...',
editable: false,
selectOnFocus:true,
// width: 110,