From f31e5c25459d63253fadddc582ecc9a66f90d5e2 Mon Sep 17 00:00:00 2001 From: pines Date: Fri, 10 Mar 2006 15:34:08 +0000 Subject: [PATCH] public opac git-svn-id: svn://svn.open-ils.org/ILS/trunk@3322 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/main/menu.js | 7 +++++++ .../staff_client/chrome/content/main/menu_frame_menus.xul | 2 ++ 2 files changed, 9 insertions(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu.js b/Open-ILS/xul/staff_client/chrome/content/main/menu.js index 93a513205a..9f72dd77d2 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -250,6 +250,13 @@ main.menu.prototype = { obj.window.open(obj.url_prefix(urls.XUL_SURVEY_WIZARD)+ '?session='+window.escape(session),'survey_wizard','chrome'); } ], + 'cmd_public_opac' : [ + ['oncommand'], + function() { + obj.set_tab(urls.remote, {'tab_name':'OPAC'}, {} ); + } + ], + }; diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul index b9bf54897c..58aa5dd69c 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul @@ -21,6 +21,7 @@ + @@ -195,6 +196,7 @@ + -- 2.43.2