[open-ils-commits] r13177 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/chrome/content/main xul/staff_client/chrome/locale/en-US (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri May 15 14:47:09 EDT 2009


Author: erickson
Date: 2009-05-15 14:47:06 -0400 (Fri, 15 May 2009)
New Revision: 13177

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
   trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js
   trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
   trunk/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties
Log:
local admin menu entries for circ/hold matrix matchpoint

Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-05-15 18:16:25 UTC (rev 13176)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-05-15 18:47:06 UTC (rev 13177)
@@ -622,6 +622,8 @@
 <!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">

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2009-05-15 18:16:25 UTC (rev 13176)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2009-05-15 18:47:06 UTC (rev 13177)
@@ -537,6 +537,16 @@
                 ['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); }

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul	2009-05-15 18:16:25 UTC (rev 13176)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul	2009-05-15 18:47:06 UTC (rev 13177)
@@ -103,6 +103,8 @@
     <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"/>
@@ -288,6 +290,8 @@
                 <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;">

Modified: trunk/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties	2009-05-15 18:16:25 UTC (rev 13176)
+++ trunk/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties	2009-05-15 18:47:06 UTC (rev 13177)
@@ -225,4 +225,5 @@
 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



More information about the open-ils-commits mailing list