more patron indicators and styling
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 16 Aug 2006 17:17:18 +0000 (17:17 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 16 Aug 2006 17:17:18 +0000 (17:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5533 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 8b203d1..55f8771 100644 (file)
                        <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 alert_indicator" value="(Alert)"/>
+                       <label class="hideme max_bills_indicator" value="(Max Bills)"/>
+                       <label class="hideme max_overdues_indicator" value="(Max Overdues)"/>
                        <label class="hideme juvenile_indicator" value="(Juvenile)"/>
+                       <label class="hideme bills_indicator" value="(Has Bills)"/>
+                       <label class="hideme overdues_indicator" value="(Has Overdues)"/>
                        <label class="hideme invalid_dob_indicator" value="(Invalid DOB)"/>
                        <label class="hideme invalid_address_indicator" value="(Invalid Address)"/>
-                       <label class="hideme alert_indicator" value="(Alert)"/>
                        <label class="hideme note_indicator" value="(See Notes)"/>
                </hbox>
                <deck id="PatronNavBar" flex="1" class="my_overflow"/>
index b5e9551..ddc6958 100755 (executable)
@@ -14,14 +14,16 @@ deck#patron_deck { border-left: solid thin black; }
 */
 
 .PATRON_HAS_BILLS .patronNameLarge { background-color: #FF9900; }
-.PATRON_HAS_BILLS label.bill { color: #FF9900; }
+.PATRON_HAS_BILLS label.bill { color: #AA4400; }
 /* .PATRON_HAS_BILLS label.bill.label { text-decoration: underline; } */
 .PATRON_HAS_BILLS label.bill.value { }
+.PATRON_HAS_BILLS label.bills_indicator { display: inline; color: #AA4400; }
 
 .PATRON_HAS_OVERDUES .patronNameLarge { background-color: #FF9900; }
 .PATRON_HAS_OVERDUES label.items_overdue { color: #FF9900; }
 /* .PATRON_HAS_OVERDUES label.items_overdue.label { text-decoration: underline; } */
 .PATRON_HAS_OVERDUES label.items_overdue.value { }
+.PATRON_HAS_OVERDUES label.overdues_indicator { display: inline; color: #AA4400; }
 
 .PATRON_EXCEEDS_CHECKOUT_COUNT .patronNameLarge { background-color: purple; color: white; }
 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out { color: purple; }
@@ -32,11 +34,13 @@ deck#patron_deck { border-left: solid thin black; }
 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue { color: purple; }
 /* .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.label { text-decoration: underline; } */
 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.value { }
+.PATRON_EXCEEDS_OVERDUE_COUNT label.max_overdues_indicator { display: inline; color: purple; }
 
 .PATRON_EXCEEDS_FINES .patronNameLarge { background-color: purple; color: white; }
 .PATRON_EXCEEDS_FINES label.bill { color: purple; }
 /* .PATRON_EXCEEDS_FINES label.bill.label { text-decoration: underline; } */
 .PATRON_EXCEEDS_FINES label.bill.value { }
+.PATRON_EXCEEDS_FINES label.max_bills_indicator { display: inline; color: purple; }
 
 .PATRON_AGE_LT_18 .dob { color: purple; }
 .PATRON_AGE_LT_18 label.juvenile_indicator { display: inline; color: purple; }
@@ -55,10 +59,10 @@ deck#patron_deck { border-left: solid thin black; }
 .PATRON_INACTIVE .patronNameLarge { background-color: #333333; color: white; }
 .PATRON_INACTIVE label.inactive_indicator { display: inline; color: gray; }
 
-.PATRON_EXPIRED .patronNameLarge { background-color: #666666; }
-.PATRON_EXPIRED label.expired_indicator { display: inline; color: fuchsia; }
+.PATRON_EXPIRED .patronNameLarge { background-color: #666666;  color: white;}
+.PATRON_EXPIRED label.expired_indicator { display: inline; color: gray; }
 
-.PATRON_BARRED .patronNameLarge { background-color: red; }
+.PATRON_BARRED .patronNameLarge { background-color: red; color: white; }
 .PATRON_BARRED label.barred_indicator { display: inline; color: red; }