[open-ils-commits] r8545 -
branches/rel_1_2_1/Open-ILS/xul/staff_client/chrome/content/circ
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jan 30 14:29:58 EST 2008
Author: phasefx
Date: 2008-01-30 14:02:27 -0500 (Wed, 30 Jan 2008)
New Revision: 8545
Modified:
branches/rel_1_2_1/Open-ILS/xul/staff_client/chrome/content/circ/offline_register.xul
Log:
show date format.. this used to be obvious in a fancy way (translucent text superimposed over the textbox), but that was causing problems with clicking into the textbox (as opposed to tabbing into it)
Modified: branches/rel_1_2_1/Open-ILS/xul/staff_client/chrome/content/circ/offline_register.xul
===================================================================
--- branches/rel_1_2_1/Open-ILS/xul/staff_client/chrome/content/circ/offline_register.xul 2008-01-30 19:00:38 UTC (rev 8544)
+++ branches/rel_1_2_1/Open-ILS/xul/staff_client/chrome/content/circ/offline_register.xul 2008-01-30 19:02:27 UTC (rev 8545)
@@ -70,7 +70,7 @@
<textbox id="first_given_name"/>
</row>
<row>
- <label value="Date of Birth:"/>
+ <label value="Date of Birth (YYYY-MM-DD):"/>
<textbox id="dob" style="font-family: monospace;"/>
</row>
<row><label value=" "/></row>
More information about the open-ils-commits
mailing list