From: erickson Date: Fri, 29 Sep 2006 23:02:40 +0000 (+0000) Subject: more user param and widget work X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6812fbda93f581a713aef9f800e83c5abd394782;p=Evergreen.git more user param and widget work git-svn-id: svn://svn.open-ils.org/ILS/trunk@6270 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/reports/oils_rpt.css b/Open-ILS/web/reports/oils_rpt.css index c435d9fd43..0f0ed624db 100644 --- a/Open-ILS/web/reports/oils_rpt.css +++ b/Open-ILS/web/reports/oils_rpt.css @@ -68,6 +68,16 @@ table { border-collapse: collapse; } font-size: 8pt; } +.oils_rpt_small_info_selector { + border: 1px solid blue; + background: #E0F0F0; + height: 80px; + overflow: scroll; + font-size: 8pt; + width: 12em; +} + + .oils_rpt_info_div { text-align: center; width: 300px; diff --git a/Open-ILS/web/reports/oils_rpt.js b/Open-ILS/web/reports/oils_rpt.js index de9d902ec3..7751fdcd6b 100644 --- a/Open-ILS/web/reports/oils_rpt.js +++ b/Open-ILS/web/reports/oils_rpt.js @@ -5,21 +5,24 @@ function oilsInitReports() { document.captureEvents(Event.MOUSEMOVE); document.onmousemove = setMousePos; - var cgi = new CGI(); fetchUser(cgi.param('ses')); DOM.oils_rpt_user.appendChild(text(USER.usrname())); oilsRptDebugEnabled = cgi.param('dbg'); if(oilsRptDebugEnabled) DEBUG = 1; - DEBUG = 1; + oilsRptCurrentOrg = USER.ws_ou(); - oilsLoadRptTree( + oilsRptFetchOrgTree( function() { - hideMe(DOM.oils_rpt_tree_loading); - unHideMe(DOM.oils_rpt_folder_table); + oilsLoadRptTree( + function() { + hideMe(DOM.oils_rpt_tree_loading); + unHideMe(DOM.oils_rpt_folder_table); + } + ) } - ) + ); } function oilsRtpInitFolders() { diff --git a/Open-ILS/web/reports/oils_rpt.xhtml b/Open-ILS/web/reports/oils_rpt.xhtml index 9db1786c38..2c87fee5ca 100644 --- a/Open-ILS/web/reports/oils_rpt.xhtml +++ b/Open-ILS/web/reports/oils_rpt.xhtml @@ -19,7 +19,7 @@
- Build a New Report + Build a New Report Template
diff --git a/Open-ILS/web/reports/oils_rpt_editor.xhtml b/Open-ILS/web/reports/oils_rpt_editor.xhtml index 9d21506751..2b8e330e04 100644 --- a/Open-ILS/web/reports/oils_rpt_editor.xhtml +++ b/Open-ILS/web/reports/oils_rpt_editor.xhtml @@ -20,12 +20,18 @@ Report Description: - +