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