From 0b97e008b71bc880d3538c7e1e0898b9d7bef531 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Mon, 12 Sep 2011 16:21:20 +1200 Subject: [PATCH] Bug 6496 - correct the order of the author display in the OPAC This sets the order to be 100,110,111,700,710,711, 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. --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 112 +++++++++---------- 1 files changed, 53 insertions(+), 59 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 8fe0cf7..91d0e95 100755 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -128,66 +128,14 @@ - -
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: + +
by + + + + +
- - /cgi-bin/koha/opac-search.pl?q=au: - -
-
- ; -
- - - - - - - n - - - - - - - /cgi-bin/koha/opac-search.pl?q=an: - - - /cgi-bin/koha/opac-search.pl?q=au: - - - - .; - - -
-
@@ -882,6 +830,52 @@ + + + + + + + ; + + + + + + n + + + + + + + + /cgi-bin/koha/opac-search.pl?q=an: + + + /cgi-bin/koha/opac-search.pl?q=au: + + + + + + + + + + [ + + + + + ] + + + + . + + -- 1.7.4.1