[open-ils-commits] r13874 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Aug 18 23:09:19 EDT 2009


Author: phasefx
Date: 2009-08-18 23:09:17 -0400 (Tue, 18 Aug 2009)
New Revision: 13874

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul
Log:
use the appropriate label for show hold details in the context menu for the patron holds interface

Modified: trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul	2009-08-19 03:07:41 UTC (rev 13873)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul	2009-08-19 03:09:17 UTC (rev 13874)
@@ -44,7 +44,7 @@
 	    <menuitem command="sel_patron" label="&staff.circ.holds.show_last_few_circulations;" accesskey="&staff.circ.holds.show_last_few_circulations.accesskey;"/>
 	    <menuseparator />
 	    <menuitem label="&staff.circ.holds.retrieve_patron;" command="cmd_retrieve_patron" accesskey="&staff.circ.holds.retrieve_patron.accesskey;"/>
-	    <menuitem label="blah" command="cmd_show_details" accesskey="&staff.circ.holds.show_details.accesskey;" />
+	    <menuitem label="&staff.circ.holds.show_details;" command="cmd_show_details" accesskey="&staff.circ.holds.show_details.accesskey;" />
 	    <menuseparator />
 	    <menuitem label="&staff.circ.holds.edit_pickup_library;" command="cmd_holds_edit_pickup_lib" accesskey="&staff.circ.holds.edit_pickup_library.accesskey;"/>
 	    <menuitem label="&staff.circ.holds.edit_phone_notification;" command="cmd_holds_edit_phone_notify" accesskey="&staff.circ.holds.edit_phone_notification.accesskey;"/>



More information about the open-ils-commits mailing list