[open-ils-commits] r14640 - tags/rel_1_6_0_0/Open-ILS/xul/staff_client/server/patron (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 27 21:01:59 EDT 2009


Author: miker
Date: 2009-10-27 21:01:58 -0400 (Tue, 27 Oct 2009)
New Revision: 14640

Modified:
   tags/rel_1_6_0_0/Open-ILS/xul/staff_client/server/patron/ue.xhtml
Log:
Patch from James Fournie to increase the width of of the state/province field from 2 to 3 characters, for ISO 3166-2 compliance

Modified: tags/rel_1_6_0_0/Open-ILS/xul/staff_client/server/patron/ue.xhtml
===================================================================
--- tags/rel_1_6_0_0/Open-ILS/xul/staff_client/server/patron/ue.xhtml	2009-10-27 20:55:30 UTC (rev 14639)
+++ tags/rel_1_6_0_0/Open-ILS/xul/staff_client/server/patron/ue.xhtml	2009-10-28 01:01:58 UTC (rev 14640)
@@ -523,7 +523,7 @@
 														<td><div class='wide right'>&ev.staff.patron.ue_xhtml.state.label;</div></td>
 														<td colspan='3'>
 															<div class='wide left'>
-																<input type='text' name='ue_addr_state' size='2' maxlength='2'/>
+																<input type='text' name='ue_addr_state' size='3' maxlength='3'/>
 															</div>
 														</td>
 														<!--



More information about the open-ils-commits mailing list