From 42d2fa795a180fce606c45237ba39d5729542040 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 24 Oct 2012 13:57:22 -0400 Subject: [PATCH] [Signed off] Bug 8661 [Revised] break out additional authors in opac like in staff This patch takes the simple route of copying over the markup for displaying authors from the staff client XSL to the OPAC. Revision moves the position of the authority detail icon so that it falls inside delimiting punctuation. Signed-off-by: Melia Meggs --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 90 +++++++++----------- 1 files changed, 42 insertions(+), 48 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 64afc0b..68fadeb 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -137,16 +137,10 @@ - - -
by - - - - -
-
-
+ + + + @@ -880,52 +874,52 @@ - - + + + +
- ; - - - - - - n - - - - - - - - /cgi-bin/koha/opac-search.pl?q=an: - - - /cgi-bin/koha/opac-search.pl?q=au: - - - - - - - - - - [ - - - - - ] - - + + + Author(s): + Additional author(s): + + + + + /cgi-bin/koha/opac-search.pl?q=an: + + + /cgi-bin/koha/opac-search.pl?q=au: + + + + + + + + + + [ + + + + + ] + + /cgi-bin/koha/opac-authoritiesdetail.pl?authid= + + .; + - . +
+
-- 1.7.2.5