pass in some xulG functions
authorJason Etheridge <jason@esilibrary.com>
Mon, 11 Apr 2011 20:42:58 +0000 (16:42 -0400)
committerJason Etheridge <jason@esilibrary.com>
Mon, 11 Apr 2011 20:42:58 +0000 (16:42 -0400)
Open-ILS/xul/staff_client/chrome/content/cat/opac.js

index ad3c122..47b45ea 100644 (file)
@@ -894,10 +894,10 @@ function manage_multi_home_items() {
         g.view = 'manage_multi_home';
         var loc = window.xulG.url_prefix(urls.MANAGE_MULTI_HOME_ITEMS);
         if (manage_multi_home_reset) {
-            bottom_pane.reset_iframe( loc,{},{'docid':docid,'no_bib_summary':true});
+            bottom_pane.reset_iframe( loc,{},{'docid':docid,'no_bib_summary':true,'url_prefix':xulG.url_prefix,'new_tab':xulG.new_tab});
             manage_multi_home_reset =false;
         } else {
-            bottom_pane.set_iframe( loc,{},{'docid':docid,'no_bib_summary':true});
+            bottom_pane.set_iframe( loc,{},{'docid':docid,'no_bib_summary':true,'url_prefix':xulG.url_prefix,'new_tab':xulG.new_tab});
         }
         opac_wrapper_set_help_context();
         bottom_pane.get_contentWindow().addEventListener('load',opac_wrapper_set_help_context,false);