[open-ils-commits] r14339 - trunk/Open-ILS/xul/staff_client/server/circ (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Oct 9 15:30:32 EDT 2009
Author: phasefx
Date: 2009-10-09 15:30:27 -0400 (Fri, 09 Oct 2009)
New Revision: 14339
Modified:
trunk/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
Log:
remove an overlooked experiment
Modified: trunk/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul 2009-10-09 19:15:00 UTC (rev 14338)
+++ trunk/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul 2009-10-09 19:30:27 UTC (rev 14339)
@@ -135,7 +135,7 @@
accesskey="&staff.circ.checkin_overlay.checkin_modifiers_btn.accesskey;"
type="menu" allowevents="false">
<menupopup id="checkin_modifiers_popup">
- <menuitem type="checkbox" id="do_not_alert_on_precat" oils_persist="checked" command="cmd_do_not_alert_on_precat" oncommand="alert('here too');"
+ <menuitem type="checkbox" id="do_not_alert_on_precat" oils_persist="checked" command="cmd_do_not_alert_on_precat"
label="&staff.circ.checkin_overlay.do_not_alert_on_precat.label;" accesskey="&staff.circ.checkin_overlay.do_not_alert_on_precat.accesskey;"/>
<menuitem type="checkbox" id="suppress_holds_and_transits" oils_persist="checked" command="cmd_suppress_holds_and_transits"
label="&staff.circ.checkin_overlay.suppress_holds_and_transits.label;" accesskey="&staff.circ.checkin_overlay.suppress_holds_and_transits.accesskey;"/>
More information about the open-ils-commits
mailing list