[open-ils-commits] [GIT] Evergreen ILS branch master updated. 98559e35f091153bc61172fab7e59ebfe732aadc

Evergreen Git git at git.evergreen-ils.org
Wed Jul 25 17:39:06 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  98559e35f091153bc61172fab7e59ebfe732aadc (commit)
      from  4f7db675a60f9a2a002ca924ee91836f5fb03ca5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 98559e35f091153bc61172fab7e59ebfe732aadc
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Mon Jun 18 14:09:51 2012 -0400

    patron name border color for Notes
    
    not Notes specifically, but this catches any non-alert non-blocking penalties
    and prevents a colorless border from happening
    
    Colors chosen from mrpeters' patch at
    https://bugs.launchpad.net/evergreen/+bug/921817
    
    Thanks!
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/skin/patron_display.css b/Open-ILS/xul/staff_client/server/skin/patron_display.css
index 9fa7520..ff2b541 100644
--- a/Open-ILS/xul/staff_client/server/skin/patron_display.css
+++ b/Open-ILS/xul/staff_client/server/skin/patron_display.css
@@ -23,10 +23,8 @@ row#row_billing_zip { padding-bottom: 10px; }
 #pdm2hb1a { min-height: 1.5em; }
 
 .NO_PENALTIES .patronNameLarge { border-color: lime; }
-/*
-.ONE_PENALTY .patronNameLarge { background-color: fuchsia; }
-.MULTIPLE_PENALTIES .patronNameLarge { background-color: #CC3300; }
-*/
+.ONE_PENALTY .patronNameLarge { border-color: #66FFFF; }
+.MULTIPLE_PENALTIES .patronNameLarge { border-color: #FF6633; }
 
 .PATRON_HAS_STAFF_ALERT .patronNameLarge { border-color: blue; }
 

-----------------------------------------------------------------------

Summary of changes:
 .../staff_client/server/skin/patron_display.css    |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list