From 4ae639a85d01d70f79ce6582d9a139d52939cf19 Mon Sep 17 00:00:00 2001 From: pines Date: Fri, 10 Mar 2006 22:30:09 +0000 Subject: [PATCH] hold pull list git-svn-id: svn://svn.open-ils.org/ILS/trunk@3336 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/main/constants.js | 1 + Open-ILS/xul/staff_client/chrome/content/main/menu.js | 7 +++++++ .../staff_client/chrome/content/main/menu_frame_menus.xul | 2 ++ 3 files changed, 10 insertions(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js index 8d2925a975..572049983f 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -86,6 +86,7 @@ var urls = { 'XUL_DEBUG_SHELL' : '/xul/server/util/shell.html', 'XUL_DEBUG_XULEDITOR' : '/xul/server/util/xuledit.xul', 'XUL_HOLD_CAPTURE' : '/xul/server/circ/hold_capture.xul', + 'XUL_HOLD_PULL_LIST' : '/xul/server/admin/hold_pull_list.xml', 'XUL_IN_HOUSE_USE' : '/xul/server/circ/in_house_use.xul', 'XUL_MARC_EDIT' : 'chrome://open_ils_staff_client/content/legacy/_marc.xul', 'XUL_MARC_VIEW' : '/xul/server/cat/marc_view.xul', 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 9f72dd77d2..9005d456a8 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -155,6 +155,13 @@ main.menu.prototype = { obj.set_tab(obj.url_prefix(urls.XUL_HOLD_CAPTURE) + '?session='+window.escape(session),{},{}); } ], + 'cmd_circ_hold_pull_list' : [ + ['oncommand'], + function() { + obj.set_tab(obj.url_prefix(urls.XUL_HOLD_PULL_LIST) + '?ses='+window.escape(session),{},{}); + } + ], + 'cmd_in_house_use' : [ ['oncommand'], function() { 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 58aa5dd69c..3c7cf92548 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 @@ -18,6 +18,7 @@ + @@ -128,6 +129,7 @@ + -- 2.43.2