BUG 0000 PM tables imporovements

- Setting order to available fields on report table edit UI
This commit is contained in:
Erik Amaru Ortiz
2011-07-12 12:32:14 -04:00
parent e3add14892
commit e09bba3706
4 changed files with 20 additions and 13 deletions

View File

@@ -161,7 +161,7 @@ var processmap=function(){
panel.clearContent();
var iframe=document.createElement('iframe');
iframe.setAttribute('id','reportTablesIframe');
iframe.src = '../reportTables/main?PRO_UID=' + this.options.uid;
iframe.src = '../pmTables?PRO_UID=' + this.options.uid;
iframe.style.border='0px';
iframe.style.width='786px';
iframe.style.height='564px';