[open-ils-commits] r9029 - trunk/Open-ILS/xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Mar 14 18:16:57 EDT 2008


Author: phasefx
Date: 2008-03-14 17:43:17 -0400 (Fri, 14 Mar 2008)
New Revision: 9029

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul
Log:
brain damage.  These are hold focus/range options.. let's keep them hidden until we can tie it to a config option or somesuch

Modified: trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul	2008-03-14 21:39:56 UTC (rev 9028)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul	2008-03-14 21:43:17 UTC (rev 9029)
@@ -24,8 +24,10 @@
 		<menuitem label="Set Email Notification" command="cmd_holds_edit_email_notify" accesskey="E"/>
 		<menuitem label="Edit Thaw Date" command="cmd_holds_edit_thaw_date" accesskey="T"/>
 		<menuitem label="Set Freeze" command="cmd_holds_edit_freeze" accesskey="F"/>
+		<!--
 		<menuitem label="Edit Hold Range" command="cmd_holds_edit_selection_depth" accesskey="R"/>
 		<menuitem label="Edit Hold Focus" command="cmd_broken" accesskey="F"/>
+		-->
 		<menuseparator />
 		<menuitem command="sel_mark_items_damaged" label="Mark Item Damaged" accesskey="D"/>
 		<menuitem command="sel_mark_items_missing" label="Mark Item Missing" accesskey="M"/>
@@ -85,8 +87,10 @@
                 <menuitem label="Set Email Notification" command="cmd_holds_edit_email_notify" accesskey="E" />
                 <menuitem label="Edit Thaw Date" command="cmd_holds_edit_thaw_date" accesskey="T"/>
                 <menuitem label="Set Freeze" command="cmd_holds_edit_freeze" accesskey="F"/>
+                <!--
                 <menuitem label="Edit Hold Range" command="cmd_holds_edit_selection_depth" accesskey="R" />
                 <menuitem label="Edit Hold Focus" command="cmd_broken" accesskey="F" />
+                -->
                 <menuseparator />
                 <menuitem command="sel_mark_items_damaged" label="Mark Item Damaged" accesskey="D"/>
                 <menuitem command="sel_mark_items_missing" label="Mark Item Missing" accesskey="M"/>



More information about the open-ils-commits mailing list