From 654e450a3214a58a82b8f4a956461b5a34bd59a5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 14 Jan 2013 09:30:21 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 8661 [Revised] break out additional authors in opac like 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: Katrin Fischer Passes all tests and QA script. Some notes about possible enhancements were added to the bug report. --- .../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