[open-ils-commits] r13774 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jul 29 05:12:04 EDT 2009
Author: phasefx
Date: 2009-07-29 05:11:58 -0400 (Wed, 29 Jul 2009)
New Revision: 13774
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.xul
Log:
don't pre-check the Note radiobutton when editing
Modified: trunk/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.xul 2009-07-29 09:09:19 UTC (rev 13773)
+++ trunk/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.xul 2009-07-29 09:11:58 UTC (rev 13774)
@@ -40,8 +40,7 @@
<toolbar>
<toolbarbutton id="note_btn"
type="radio" group="radio" style="-moz-user-focus: normal"
- label="&staff.patron_display.edit_penalty_dialog.radio_btn.note.label;" accesskey="&staff.patron_display.edit_penalty_dialog.radio_btn.note.accesskey;"
- checked="true"/>
+ label="&staff.patron_display.edit_penalty_dialog.radio_btn.note.label;" accesskey="&staff.patron_display.edit_penalty_dialog.radio_btn.note.accesskey;" />
<toolbarbutton id="alert_btn"
type="radio" group="radio" style="-moz-user-focus: normal"
label="&staff.patron_display.edit_penalty_dialog.radio_btn.alert.label;" accesskey="&staff.patron_display.edit_penalty_dialog.radio_btn.alert.accesskey;" />
More information about the open-ils-commits
mailing list