BUG 0000 PM tables, adding missing labels

This commit is contained in:
Erik Amaru Ortiz
2011-07-28 10:20:52 -04:00
parent 4ebf28dde5
commit d65d7452d7
3 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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
});
}