[open-ils-commits] r9182 - branches/rel_1_2/Open-ILS/xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Apr 1 16:41:29 EDT 2008


Author: phasefx
Date: 2008-04-01 16:05:18 -0400 (Tue, 01 Apr 2008)
New Revision: 9182

Modified:
   branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul
Log:
bringing wording in line with opac for activating/suspending holds

Modified: branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul	2008-04-01 20:03:27 UTC (rev 9181)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul	2008-04-01 20:05:18 UTC (rev 9182)
@@ -22,8 +22,8 @@
 		<menuitem label="Edit Pickup Library" command="cmd_holds_edit_pickup_lib" accesskey="L"/>
 		<menuitem label="Edit Phone Notification" command="cmd_holds_edit_phone_notify" accesskey="P"/>
 		<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="Set Activation Date" command="cmd_holds_edit_thaw_date" accesskey="T"/>
+		<menuitem label="Activate/Suspend Hold" 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"/>
@@ -73,8 +73,8 @@
 				<menuitem label="Edit Pickup Library" command="cmd_holds_edit_pickup_lib" accesskey="L"/>
 				<menuitem label="Edit Phone Notification" command="cmd_holds_edit_phone_notify" accesskey="P"/>
 				<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="Set Activation Date" command="cmd_holds_edit_thaw_date" accesskey="T"/>
+                <menuitem label="Activate/Suspend Hold" 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" />



More information about the open-ils-commits mailing list