From: Jason Etheridge <jason@esilibrary.com> Date: Fri, 2 Mar 2012 16:44:04 +0000 (-0500) Subject: Remove Browse Unfulfilled Holds interface X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5bf477798a9c9834824057de0e8ded4077a60f6a;p=evergreen%2Fmasslnc.git Remove Browse Unfulfilled Holds interface Which never left Admin->For Developers and doesn't work as advertised Signed-off-by: Jason Etheridge <jason@esilibrary.com> Signed-off-by: Thomas Berezansky <tsbere@mvlc.org> --- diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 2acf0c759f..6c6aa19b32 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -684,8 +684,6 @@ <!ENTITY staff.main.menu.acquisitions.accesskey "q"> <!ENTITY staff.main.menu.acquisitions.label "Acquisitions"> <!ENTITY staff.main.menu.admin.accesskey "-"> -<!ENTITY staff.main.menu.admin.browse_holds.accesskey "B"> -<!ENTITY staff.main.menu.admin.browse_holds.label "Browse Unfulfilled Holds for this Pickup Lib"> <!ENTITY staff.main.menu.admin.change_session.label "Operator Change: New"> <!ENTITY staff.main.menu.admin.clear_cache.accesskey "3"> <!ENTITY staff.main.menu.admin.clear_cache.label "Clear Cache"> 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 bc1e8342c6..65d93b5398 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -625,13 +625,6 @@ main.menu.prototype = { obj.command_tab(event,obj.url_prefix(urls.XUL_CHECKIN)+'?hold_capture=1',{},{}); } ], - 'cmd_browse_holds' : [ - ['oncommand'], - function(event) { - obj.data.stash_retrieve(); - obj.command_tab(event,obj.url_prefix(urls.XUL_HOLDS_BROWSER),{ 'tab_name' : offlineStrings.getString('menu.cmd_browse_holds.tab') },{}); - } - ], 'cmd_browse_holds_shelf' : [ ['oncommand'], function(event) { 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 3b37a625b9..de03fa603b 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 @@ -598,7 +598,6 @@ <menuitem label="&staff.main.menu.admin.stat_cat_edit.label;" accesskey="&staff.main.menu.admin.stat_cat_edit.accesskey;" command="cmd_stat_cat_edit"/> <menuitem label="&staff.main.menu.admin.non_cat_type_edit.label;" accesskey="&staff.main.menu.admin.non_cat_type_edit.accesskey;" command="cmd_non_cat_type_edit"/> <menuitem label="&staff.main.menu.admin.copy_location_edit.label;" accesskey="&staff.main.menu.admin.copy_location_edit.accesskey;" command="cmd_copy_location_edit"/> - <menuitem label="&staff.main.menu.admin.browse_holds.label;" command="cmd_browse_holds" accesskey="&staff.main.menu.admin.browse_holds.accesskey;"/> <menuitem label="&staff.main.menu.admin.local_admin.label;" accesskey="&staff.main.menu.admin.local_admin.accesskey;" command="cmd_local_admin"/> <menuitem label="&staff.main.menu.admin.survey_wizard.label;" accesskey="&staff.main.menu.admin.survey_wizard.accesskey;" command="cmd_survey_wizard"/> <menuseparator />