[koha-commits] main Koha release repository branch, new/enh/bug_5593, created. v3.02.00-1016-gf1869ec

Git repo owner gitmaster at git.koha-community.org
Tue Apr 5 05:04:38 CEST 2011


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 "main Koha release repository".

The branch, new/enh/bug_5593 has been created
        at  f1869ec06407dcca8c8d29cf06fd342b203ee758 (commit)

- Log -----------------------------------------------------------------
commit f1869ec06407dcca8c8d29cf06fd342b203ee758
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 7 11:15:18 2011 -0500

    Fix for Bug 5593, Change cart markup to allow for easier icon styling
    
    Replacing inline cart image with a span with a unique ID. Adding
    styling to the deafult CSS to give that span a background of the
    same cart image as before. Custom CSS can override this with a
    different image.
    
    Example for OPACUserCSS preference:
    
      background-image : url("/opac-tmpl/prog/famfamfam/silk/basket.png");
      width:16px;
      height:16px;
    }
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
        background-image: url("/opac-tmpl/prog/famfamfam/silk/basket.png");
    }
    
    Will also change the cart image in opac detail view.
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list