From 2f5c121563387ccc0221f5e25e67beaf3d7ef265 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Thu, 2 Feb 2012 18:21:44 +1300 Subject: [PATCH] Bug 6496 - correct the order of the author display in the OPAC This sets the order the fields are displayed in to be as it is in the MARC (typically numerical order), rather than 100,700,110,710,... like it was. Basically, it's a port of the way it's done in the staff client. As such, it should be able to handle a lot more than it could previously, including relator codes. (replaces the previous commit, just removing an erronious comment and making the commit message more accurate) Conflicts: koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 110 ++++++++---------- 1 file changed, 50 insertions(+), 60 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 6e232d4c0e..f507e11fcd 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -138,68 +138,15 @@ - - - -
by - - - - - /cgi-bin/koha/opac-search.pl?q=an: - - - /cgi-bin/koha/opac-search.pl?q=au:"" - - - - - ; - - - - - - ; - - - - - /cgi-bin/koha/opac-search.pl?q=an: - - - /cgi-bin/koha/opac-search.pl?q=au:"" - - - - ; - - - - - - - - n - - - - - - - /cgi-bin/koha/opac-search.pl?q=an: + +
by + + + + +
- - /cgi-bin/koha/opac-search.pl?q=au:"" - -
-
- .; - -
-
-
@@ -918,6 +865,49 @@ + + + + + ; + + + + + + n + + + + + + + + /cgi-bin/koha/opac-search.pl?q=an: + + + /cgi-bin/koha/opac-search.pl?q=au: + + + + + + + + + + [ + + + + + ] + + + + . + + -- 2.39.5