[open-ils-commits] r16103 - trunk/Open-ILS/xul/staff_client/chrome/content/cat (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Apr 2 11:48:05 EDT 2010


Author: phasefx
Date: 2010-04-02 11:48:02 -0400 (Fri, 02 Apr 2010)
New Revision: 16103

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/cat/opac.js
Log:
augment the xulG that the OPAC wrapper gives its content


Modified: trunk/Open-ILS/xul/staff_client/chrome/content/cat/opac.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/cat/opac.js	2010-04-02 15:17:37 UTC (rev 16102)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/cat/opac.js	2010-04-02 15:48:02 UTC (rev 16103)
@@ -297,6 +297,20 @@
             },
             '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



More information about the open-ils-commits mailing list