@@ -, +, @@ name" optional - Make sure you have several records with $d catalogued - Check the display in result list and detail page with and without the page. - Check, if there is a difference in display - Check if the dates are correctly wrapped in a span - Try to hide the information, using the following entry in your *UserCSS preferences: .authordates { display: none; } --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 15 ++++++++++----- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 10 ++++++++-- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 14 ++++++++++---- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 10 ++++++++-- 4 files changed, 36 insertions(+), 13 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1191,8 +1191,8 @@ - abcdeqt - abcdjqt + abceqt + abcjqt @@ -1203,11 +1203,11 @@ - + - abcdfghiklmnoprstux + abcfghiklmnoprstux @@ -1220,7 +1220,12 @@ - + + + + + + --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -363,8 +363,8 @@ - abcdeqt - abcdjqt + abceqt + abcjqt @@ -374,6 +374,12 @@ + + + + + + [ --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1291,8 +1291,8 @@ - abcdeqt - abcdjqt + abceqt + abcjqt @@ -1303,11 +1303,11 @@ - + - abcdfghiklmnoprstux + abcfghiklmnoprstux @@ -1321,6 +1321,12 @@ + + + + + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -469,8 +469,8 @@ - abcdeqt - abcdjqt + abceqt + abcjqt @@ -479,6 +479,12 @@ :,;/ + + + + + + [ --