BUG 0000 PM tables, adding missing labels
This commit is contained in:
@@ -548,7 +548,7 @@ Ext.onReady(function(){
|
|||||||
region : 'north',
|
region : 'north',
|
||||||
labelWidth : 120,
|
labelWidth : 120,
|
||||||
labelAlign :'right',
|
labelAlign :'right',
|
||||||
title : 'New PM Table',
|
title : ADD_TAB_UID ? _('ID_PMTABLE') : _('ID_NEW_PMTABLE'),
|
||||||
bodyStyle :'padding:10px',
|
bodyStyle :'padding:10px',
|
||||||
frame : true,
|
frame : true,
|
||||||
height : 120,
|
height : 120,
|
||||||
|
|||||||
@@ -799,7 +799,7 @@ Ext.onReady(function(){
|
|||||||
region: 'north',
|
region: 'north',
|
||||||
labelWidth: 120,
|
labelWidth: 120,
|
||||||
labelAlign:'right',
|
labelAlign:'right',
|
||||||
title: 'New Report Table',
|
title: ADD_TAB_UID ? _('ID_REPORT_TABLE') : _('ID_NEW_REPORT_TABLE'),
|
||||||
bodyStyle:'padding:10px',
|
bodyStyle:'padding:10px',
|
||||||
waitMsgTarget : true,
|
waitMsgTarget : true,
|
||||||
frame: true,
|
frame: true,
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ Ext.onReady(function(){
|
|||||||
var newMenuOptions = new Array();
|
var newMenuOptions = new Array();
|
||||||
if (PRO_UID == false) {
|
if (PRO_UID == false) {
|
||||||
newMenuOptions.push({
|
newMenuOptions.push({
|
||||||
text: _('ID_NEW_PMATBLE'),
|
text: _('ID_NEW_PMTABLE'),
|
||||||
handler: newPMTable
|
handler: newPMTable
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user