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,
|
pageSize: 15,
|
||||||
store: store,
|
store: store,
|
||||||
displayInfo: true,
|
displayInfo: true,
|
||||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||||
emptyMsg: "",
|
emptyMsg: "",
|
||||||
items:[]
|
items:[]
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -496,7 +496,7 @@
|
|||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
store: store,
|
store: store,
|
||||||
displayInfo: true,
|
displayInfo: true,
|
||||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||||
emptyMsg: "",
|
emptyMsg: "",
|
||||||
items:[]
|
items:[]
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -520,7 +520,7 @@ var ActionTabFrameGlobal = '';
|
|||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
store: store,
|
store: store,
|
||||||
displayInfo: true,
|
displayInfo: true,
|
||||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||||
emptyMsg: "",
|
emptyMsg: "",
|
||||||
items:[]
|
items:[]
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -426,7 +426,7 @@
|
|||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
store: store,
|
store: store,
|
||||||
displayInfo: true,
|
displayInfo: true,
|
||||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||||
emptyMsg: "",
|
emptyMsg: "",
|
||||||
items:[]
|
items:[]
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -456,7 +456,7 @@
|
|||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
store: store,
|
store: store,
|
||||||
displayInfo: true,
|
displayInfo: true,
|
||||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||||
emptyMsg: "",
|
emptyMsg: "",
|
||||||
items:[]
|
items:[]
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -311,7 +311,7 @@ Ext.onReady(function(){
|
|||||||
pageSize: 25,
|
pageSize: 25,
|
||||||
store: store,
|
store: store,
|
||||||
displayInfo: true,
|
displayInfo: true,
|
||||||
displayMsg: 'Displaying Processes {0} - {1} of {2}',
|
displayMsg: _('ID_DISPLAY_PROCESSES'),
|
||||||
emptyMsg: "",
|
emptyMsg: "",
|
||||||
items:[]
|
items:[]
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user