Koha/koha-tmpl
Katrin Fischer 5ecbdcab93 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@nekls.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-09-24 19:49:59 +12:00
..
intranet-tmpl/prog Bug 6901: Add classes to XSLT detail view in STAFF 2011-09-24 19:49:20 +12:00
opac-tmpl/prog Bug 6901: Add classes to XSLT detail view in OPAC 2011-09-24 19:49:59 +12:00
favicon.ico
index.html /koha-tmpl/ is now the documentroot for opac and intranet pages (remember koha-html is deprecated and should be removed very soon) 2003-03-18 14:17:56 +00:00
intranet.html
opac.html
templates.readme