From: phasefx Date: Fri, 2 Apr 2010 15:48:02 +0000 (+0000) Subject: augment the xulG that the OPAC wrapper gives its content X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=57ff80ec9d112f7339f42389a63fde44aa8d104a;p=evergreen%2Fbjwebb.git augment the xulG that the OPAC wrapper gives its content git-svn-id: svn://svn.open-ils.org/ILS/trunk@16103 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/cat/opac.js b/Open-ILS/xul/staff_client/chrome/content/cat/opac.js index 6ef2d85e7..bc6889d9b 100644 --- a/Open-ILS/xul/staff_client/chrome/content/cat/opac.js +++ b/Open-ILS/xul/staff_client/chrome/content/cat/opac.js @@ -297,6 +297,20 @@ function set_opac() { }, 'url_prefix' : xulG.url_prefix, }; + content_params.new_tab = xulG.new_tab; + content_params.set_tab = xulG.set_tab; + content_params.close_tab = xulG.close_tab; + content_params.new_patron_tab = xulG.new_patron_tab; + content_params.set_patron_tab = xulG.set_patron_tab; + content_params.volume_item_creator = xulG.volume_item_creator; + content_params.get_new_session = xulG.get_new_session; + content_params.holdings_maintenance_tab = xulG.holdings_maintenance_tab; + content_params.set_tab_name = xulG.set_tab_name; + content_params.open_chrome_window = xulG.open_chrome_window; + content_params.url_prefix = xulG.url_prefix; + content_params.network_meter = xulG.network_meter; + content_params.set_statusbar = xulG.set_statusbar; + if (opac_url) { content_params.url = opac_url; } else { content_params.url = xulG.url_prefix( urls.browser ); } browser_frame = bottom_pane.set_iframe( xulG.url_prefix(urls.XUL_BROWSER) + '?name=Catalog', {}, content_params); /* // Remember to use the REMOTE_BROWSER if we ever try to move this to remote xul again