local admin menu entries for circ/hold matrix matchpoint
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 15 May 2009 18:47:06 +0000 (18:47 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 15 May 2009 18:47:06 +0000 (18:47 +0000)
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
Open-ILS/xul/staff_client/chrome/content/main/menu.js
Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties

index ecaf6de..7bc2b5f 100644 (file)
 <!ENTITY staff.main.menu.admin.local_admin.conify.idl_field_doc.label "Field Documentation">
 <!ENTITY staff.main.menu.admin.local_admin.conify.standing_penalty.label "Standing Penalties">
 <!ENTITY staff.main.menu.admin.local_admin.conify.grp_penalty_threshold.label "Group Penalty Thresholds">
+<!ENTITY staff.main.menu.admin.local_admin.circ_matrix_matchpoint.label "Circulation Policies">
+<!ENTITY staff.main.menu.admin.local_admin.hold_matrix_matchpoint.label "Hold Policies">
 
 <!ENTITY staff.main.menu.admin.server_admin.label "Server Administration">
 <!ENTITY staff.main.menu.admin.server_admin.conify.org_unit_type.label "Organization Types">
index f6c8ad5..138079a 100644 (file)
@@ -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); }
index 6db1a9a..f5682a3 100644 (file)
     <command id="cmd_local_admin_reports"/>
     <command id="cmd_local_admin_cash_reports"/>
     <command id="cmd_local_admin_transit_list"/>
+    <command id="cmd_local_admin_circ_matrix_matchpoint"/>
+    <command id="cmd_local_admin_hold_matrix_matchpoint"/>
 
     <!-- server admin menu commands -->
     <command id="cmd_server_admin_org_type"/>
                 <menuitem label="&staff.server.admin.index.reports;" command="cmd_local_admin_reports"/>
                 <menuitem label="&staff.server.admin.index.cash_reports;" command="cmd_local_admin_cash_reports"/>
                 <menuitem label="&staff.server.admin.index.transit_list;" command="cmd_local_admin_transit_list"/>
+                <menuitem label="&staff.main.menu.admin.local_admin.circ_matrix_matchpoint.label;" command="cmd_local_admin_circ_matrix_matchpoint"/>
+                <menuitem label="&staff.main.menu.admin.local_admin.hold_matrix_matchpoint.label;" command="cmd_local_admin_hold_matrix_matchpoint"/>
             </menupopup>
         </menu>
                <menu id="main.menu.admin.server" label="&staff.main.menu.admin.server_admin.label;">
index bb432ff..de91b62 100644 (file)
@@ -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