[Koha-bugs] [Bug 6901] Add CSS classes/ids to OPAC and staff XSLT views

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 21 23:10:44 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6901

--- Comment #5 from Liz Rea <wizzyrea at gmail.com> 2011-09-21 21:10:44 UTC ---
Created attachment 5523
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5523
[Signed Off] 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>

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list