From 92a7e73aa5664288ddadba34ad65980bad09f56d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 7 Sep 2012 12:52:39 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 8661 - 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. Signed-off-by: Owen Leonard Signed-off-by: Nicole C. Engard --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 91 +++++++++---------- 1 files changed, 43 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 8d54517..cc0d4d9 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 - - - - -
-
-
+ + + + @@ -873,47 +867,48 @@ + - - + + + +
- ; - - - - - - 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: + + + + + + + + + + [ + + + + + ] + + + + .; + - . +
+
-- 1.7.2.3