diff --git a/workflow/engine/templates/pmTables/list.js b/workflow/engine/templates/pmTables/list.js index 8c22e79f7..e6e426d1f 100755 --- a/workflow/engine/templates/pmTables/list.js +++ b/workflow/engine/templates/pmTables/list.js @@ -305,7 +305,7 @@ Ext.onReady(function(){ id: 'infoGrid', height:100, autoWidth : true, - title : (PRO_UID? _('ID_REPORT_TABLES') : _('ID_PMTABLE')),//'Cambiemos esto',//_('ID_ADDITIONAL_TABLES'), + title : (PRO_UID? _('ID_REPORT_TABLES') : _('ID_PMTABLE')), stateful : true, stateId : 'grid', enableColumnResize: true, @@ -491,7 +491,7 @@ ImportPMTable = function(){ fileUpload: true, width: 400, frame: true, - title: (PRO_UID? _('ID_IMPORT_RT') : _('ID_IMPORT_PMT')),//_('ID_IMPORT_PMT'), // 'Import PM Table', + title: (PRO_UID? _('ID_IMPORT_RT') : _('ID_IMPORT_PMT')), autoHeight: false, bodyStyle: 'padding: 10px 10px 0 10px;', labelWidth: 50,