BUG 0000 Adjustment hardcoded labels in the cases options SOLVED
- Changed hardcoded label to ID_DISPLAY_PROCESSES
This commit is contained in:
@@ -327,7 +327,7 @@
|
||||
pageSize: 15,
|
||||
store: store,
|
||||
displayInfo: true,
|
||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
||||
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||
emptyMsg: "",
|
||||
items:[]
|
||||
}),
|
||||
|
||||
@@ -496,7 +496,7 @@
|
||||
pageSize: 10,
|
||||
store: store,
|
||||
displayInfo: true,
|
||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
||||
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||
emptyMsg: "",
|
||||
items:[]
|
||||
}),
|
||||
|
||||
@@ -520,7 +520,7 @@ var ActionTabFrameGlobal = '';
|
||||
pageSize: 10,
|
||||
store: store,
|
||||
displayInfo: true,
|
||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
||||
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||
emptyMsg: "",
|
||||
items:[]
|
||||
}),
|
||||
|
||||
@@ -426,7 +426,7 @@
|
||||
pageSize: 10,
|
||||
store: store,
|
||||
displayInfo: true,
|
||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
||||
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||
emptyMsg: "",
|
||||
items:[]
|
||||
}),
|
||||
|
||||
@@ -456,7 +456,7 @@
|
||||
pageSize: 10,
|
||||
store: store,
|
||||
displayInfo: true,
|
||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
||||
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||
emptyMsg: "",
|
||||
items:[]
|
||||
}),
|
||||
|
||||
@@ -311,7 +311,7 @@ Ext.onReady(function(){
|
||||
pageSize: 25,
|
||||
store: store,
|
||||
displayInfo: true,
|
||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
||||
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||
emptyMsg: "",
|
||||
items:[]
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user