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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 28 09:51:56 EDT 2009


Author: erickson
Date: 2009-10-28 09:51:55 -0400 (Wed, 28 Oct 2009)
New Revision: 14648

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
Log:
added menu entry for new copy location ordering interface

Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-10-28 03:36:56 UTC (rev 14647)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-10-28 13:51:55 UTC (rev 14648)
@@ -647,6 +647,7 @@
 <!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.conify.copy_location_order.label "Copy Location Order">
 <!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.local_admin.work_log.label "Work Log">

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2009-10-28 03:36:56 UTC (rev 14647)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2009-10-28 13:51:55 UTC (rev 14648)
@@ -560,6 +560,10 @@
                 function() { open_eg_web_page('conify/global/config/hold_matrix_matchpoint', 
                     'menu.local_admin.hold_matrix_matchpoint.tab'); }
             ],
+            'cmd_local_admin_copy_location_order' : [
+                ['oncommand'],
+                function() { open_eg_web_page('conify/global/asset/copy_location_order'); }
+            ],
             'cmd_local_admin_work_log' : [
                 ['oncommand'],
                 function() { 

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-10-28 03:36:56 UTC (rev 14647)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul	2009-10-28 13:51:55 UTC (rev 14648)
@@ -98,6 +98,7 @@
     <command id="cmd_local_admin_stat_cats"/>
     <command id="cmd_local_admin_standing_penalty"/>
     <command id="cmd_local_admin_grp_penalty_threshold"/>
+    <command id="cmd_local_admin_copy_location_order"/>
     <command id="cmd_local_admin_idl_field_doc"/>
     <command id="cmd_local_admin_action_trigger"/>
     <command id="cmd_local_admin_survey"/>
@@ -288,6 +289,7 @@
                 <menuitem label="&staff.server.admin.index.statistical_categories;" command="cmd_local_admin_stat_cats"/>
                 <menuitem label="&staff.main.menu.admin.local_admin.conify.standing_penalty.label;" command="cmd_local_admin_standing_penalty"/>
                 <menuitem label="&staff.main.menu.admin.local_admin.conify.grp_penalty_threshold.label;" command="cmd_local_admin_grp_penalty_threshold"/>
+                <menuitem label="&staff.main.menu.admin.local_admin.conify.copy_location_order.label;" command="cmd_local_admin_copy_location_order"/>
                 <menuitem label="&staff.main.menu.admin.local_admin.conify.idl_field_doc.label;" command="cmd_local_admin_idl_field_doc"/>
                 <menuitem label="&staff.main.menu.admin.local_admin.conify.action_trigger.label;" command="cmd_local_admin_action_trigger"/>
                 <menuitem label="&staff.main.menu.admin.local_admin.conify.survey.label;" command="cmd_local_admin_survey"/>



More information about the open-ils-commits mailing list