fix spelling
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 19 Jul 2006 20:40:23 +0000 (20:40 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 19 Jul 2006 20:40:23 +0000 (20:40 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5094 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/display_overlay.xul
Open-ILS/xul/staff_client/server/skin/patron_display.css

index f805f8d..c78a609 100644 (file)
@@ -18,7 +18,7 @@
                        <label class="hideme barred_indicator" value="(Barred)"/>
                        <label class="hideme expired_indicator" value="(Expired)"/>
                        <label class="hideme inactive_indicator" value="(In-Active)"/>
-                       <label class="hideme juvenille_indicator" value="(Juvenille)"/>
+                       <label class="hideme juvenile_indicator" value="(Juvenile)"/>
                        <label class="hideme alert_indicator" value="(Alert)"/>
                </hbox>
                <deck id="PatronNavBar" flex="1" class="my_overflow"/>
index 9ea5852..b97cf56 100755 (executable)
@@ -37,7 +37,7 @@ deck#patron_deck { border-left: solid thin black; }
 .TEST label.holds_ready.value { }
 
 .PATRON_AGE_LT_18 .dob { text-decoration: underline; color: purple; }
-.PATRON_AGE_LT_18 label.juvenille_indicator { display: inline; text-decoration: underline; color: purple; }
+.PATRON_AGE_LT_18 label.juvenile_indicator { display: inline; text-decoration: underline; color: purple; }
 
 .PATRON_HAS_ALERT .patronNameLarge, 
 .PATRON_HAS_ALERT groupbox.alert { background-color: yellow; }