[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. e573374c6652d4b4131e9bc4d2133ae7d7ec11bc

Evergreen Git git at git.evergreen-ils.org
Tue Jan 10 15:03:05 EST 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, rel_2_1 has been updated
       via  e573374c6652d4b4131e9bc4d2133ae7d7ec11bc (commit)
      from  728a4156b15b0934b78d9bdc835cb50b97e816e6 (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 e573374c6652d4b4131e9bc4d2133ae7d7ec11bc
Author: Dan Scott <dscott at laurentian.ca>
Date:   Tue Jan 10 14:53:06 2012 -0500

    Add customization to staff client serial and print CSS files
    
    The *_custom.css variants of these are created automatically at install
    time, so give the parents the ability to actually use them.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/skin/print.css b/Open-ILS/xul/staff_client/server/skin/print.css
index af654bb..57b619f 100644
--- a/Open-ILS/xul/staff_client/server/skin/print.css
+++ b/Open-ILS/xul/staff_client/server/skin/print.css
@@ -1,3 +1,5 @@
+ at import url("print_custom.css");
+
 .first_pre {
     page-break-after: always;
     margin-top: -0.20cm;
diff --git a/Open-ILS/xul/staff_client/server/skin/serial.css b/Open-ILS/xul/staff_client/server/skin/serial.css
index 504e6db..3f4abab 100644
--- a/Open-ILS/xul/staff_client/server/skin/serial.css
+++ b/Open-ILS/xul/staff_client/server/skin/serial.css
@@ -1,3 +1,5 @@
+ at import url("serial_custom.css");
+
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 caption.top {
     background-color: #00246b;

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

Summary of changes:
 Open-ILS/xul/staff_client/server/skin/print.css  |    2 ++
 Open-ILS/xul/staff_client/server/skin/serial.css |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list