[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9f0536984bf32c71b3a42aa3274093757ed1296a
Evergreen Git
git at git.evergreen-ils.org
Fri Aug 17 13:28:35 EDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 9f0536984bf32c71b3a42aa3274093757ed1296a (commit)
from b80f343eb8d90b00c7459f165c14a75d5b901c88 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9f0536984bf32c71b3a42aa3274093757ed1296a
Author: Thomas Berezansky <tsbere at mvlc.org>
Date: Fri Aug 17 13:00:36 2012 -0400
Use XUL_REMOTE_BROWSER constant in reporter
Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
Signed-off-by: Bill Erickson <berick at esilibrary.com>
diff --git a/Open-ILS/web/reports/oils_rpt_folder_window.js b/Open-ILS/web/reports/oils_rpt_folder_window.js
index d8532f5..b9d31b3 100644
--- a/Open-ILS/web/reports/oils_rpt_folder_window.js
+++ b/Open-ILS/web/reports/oils_rpt_folder_window.js
@@ -370,7 +370,7 @@ oilsRptFolderWindow.prototype.showOutput = function(sched) {
var url = oilsRptBuildOutputLink(r.template(), r.id(), sched.id());
_debug("launching report output view at URL: " + url);
if(isXUL())
- xulG.new_tab('/xul/server/util/rbrowser.xul?url=' + url, /* this comes from urls.XUL_REMOTE_BROWSER */
+ xulG.new_tab(xulG.url_prefix('XUL_REMOTE_BROWSER?url=') + url,
{tab_name: dojo.string.substitute( rpt_strings.FOLDER_WINDOW_REPORT_OUTPUT, [r.name()] ), browser:false},
{no_xulG:false, show_nav_buttons:true, show_print_button:true});
else {
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/web/reports/oils_rpt_folder_window.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list