From 34494924bda5471b05afa4e050102a110b0fa30e Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 15 May 2009 18:47:06 +0000 Subject: [PATCH] local admin menu entries for circ/hold matrix matchpoint git-svn-id: svn://svn.open-ils.org/ILS/trunk@13177 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 2 ++ Open-ILS/xul/staff_client/chrome/content/main/menu.js | 10 ++++++++++ .../xul/staff_client/chrome/content/main/menu_frame_menus.xul | 4 ++++ .../xul/staff_client/chrome/locale/en-US/offline.properties | 3 ++- 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index ecaf6defc9..7bc2b5fd3b 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -622,6 +622,8 @@ + + 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 f6c8ad53e8..138079a77e 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -537,6 +537,16 @@ main.menu.prototype = { ['oncommand'], function() { open_eg_web_page('conify/global/action/survey'); } ], + 'cmd_local_admin_circ_matrix_matchpoint' : [ + ['oncommand'], + function() { open_eg_web_page('conify/global/config/circ_matrix_matchpoint', + 'menu.local_admin.circ_matrix_matchpoint.tab'); } + ], + 'cmd_local_admin_hold_matrix_matchpoint' : [ + ['oncommand'], + function() { open_eg_web_page('conify/global/config/hold_matrix_matchpoint', + 'menu.local_admin.hold_matrix_matchpoint.tab'); } + ], 'cmd_server_admin_org_type' : [ ['oncommand'], function() { open_conify_page('actor/org_unit_type', null); } 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 6db1a9a3d1..f5682a36e2 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 @@ -103,6 +103,8 @@ + + @@ -288,6 +290,8 @@ + + diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties index bb432ff853..de91b628f4 100644 --- a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties +++ b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties @@ -225,4 +225,5 @@ menu.cmd_acq_view_provider.tab=Providers menu.cmd_acq_view_currency_type.tab=Currency Types menu.cmd_acq_view_exchange_rate.tab=Exchange Rates menu.cmd_acq_view_distrib_formula.tab=Distribution Formulas - +menu.local_admin.circ_matrix_matchpoint.tab=Circulation Policies +menu.local_admin.hold_matrix_matchpoint.tab=Hold Policies -- 2.11.0