[koha-commits] main Koha release repository branch new/enh/bug_6901 created. v3.04.00-596-g5ecbdca

Git repo owner gitmaster at git.koha-community.org
Sat Sep 24 09:50:15 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_6901 has been created
        at  5ecbdcab931117733f68f2ae4fc8c3aeda8653a0 (commit)

- Log -----------------------------------------------------------------
commit 5ecbdcab931117733f68f2ae4fc8c3aeda8653a0
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Sep 21 22:39:51 2011 +0200

    Bug 6901: Add classes to XSLT detail view in OPAC
    
    This patch adds css classes to the fields in XSLT OPAC view so
    you can use OpacUserCss system preference for formatting
    and hiding fields.
    
    The css classes are named like the labels with additional underscores
    where necessary.
    
    Example:
    .publisher {
    display:none;
    }
    
    .other_title {
    font-weight: bold;
    }
    
    Note: Patch also moves some hard-coded CSS from Utils into the CSS file (only
    apples for 880 fields)
    
    Signed-off-by: Liz Rea <lrea at nekls.org>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit f297a3ecd295fe43ad4d167fad949e12e9491571
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Sep 21 21:17:16 2011 +0200

    Bug 6901: Add classes to XSLT detail view in STAFF
    
    This patch adds css classes to the fields in XSLT intranet views.
    Use OpacUserCss and IntranetUserCss system preferences for altering the styling of
    and hiding fields.
    
    The css classes are named like the labels with additional underscores
    where necessary.
    
    Example:
    .publisher {
    display:none;
    }
    
    .other_title {
    font-weight: bold;
    }
    
    Note: This patch also fixes the display of additional authors in field 880 (original
    scripts like Hebrew). This small additional problem was found as a side effect of testing, where the
    existence of an author in 880 would break the XSLT.
    
    Also moves some CSS from a style attribute into the CSS file for 880 fields.
    
    Signed-off-by: Liz Rea <lrea at nekls.org>
    
    -- minor commit message edits (requested by KF)

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list