From cff1d982730ee0b4b2d0404ed858fb708be404da Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 14 Jan 2013 09:30:21 -0500 Subject: [PATCH] Bug 8661 [Revised] break out additional authors in opac like Content-Type: text/plain; charset="utf-8" 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. --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 36 ++++++++------------ 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index fe08fd3..b0bf196 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 - - - - -
-
-
+ + + + @@ -893,17 +887,13 @@ + +
- ; - - - - - n - - - + + Author(s): + Additional author(s): @@ -921,14 +911,12 @@ - [ ] - @@ -937,8 +925,12 @@ + + .; + - . +
+
-- 1.7.9.5