[open-ils-commits] r17958 - trunk/Open-ILS/xul/staff_client/server/skin (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 24 14:05:04 EDT 2010


Author: phasefx
Date: 2010-09-24 14:04:59 -0400 (Fri, 24 Sep 2010)
New Revision: 17958

Modified:
   trunk/Open-ILS/xul/staff_client/server/skin/patron_display.css
Log:
don't styled the juvenile indicator in the patron display based on age calculations by default, just go by the juvenile flag on the user.  local CSS can restore the behavior if desired


Modified: trunk/Open-ILS/xul/staff_client/server/skin/patron_display.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/patron_display.css	2010-09-24 17:56:31 UTC (rev 17957)
+++ trunk/Open-ILS/xul/staff_client/server/skin/patron_display.css	2010-09-24 18:04:59 UTC (rev 17958)
@@ -50,9 +50,6 @@
 .PATRON_EXCEEDS_FINES label.max_bills_indicator { display: inline; color: purple; }
 .PATRON_EXCEEDS_FINES label#under_bills { color: red; }
 
-.PATRON_AGE_LT_18 .dob { color: purple; }
-.PATRON_AGE_LT_18 label.juvenile_indicator { display: inline; color: purple; }
-
 .PATRON_HAS_INVALID_DOB .dob { color: purple; }
 .PATRON_HAS_INVALID_DOB label.invalid_dob_indicator { display: inline; color: purple }
 



More information about the open-ils-commits mailing list