From 435d06f10689e773b3df37f6823442018b02620c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 8 Feb 2012 10:57:01 -0500 Subject: [PATCH] Bug 6919 - Follow-up - Implementing XSLTResultsDisplay Content-Type: text/plain; charset="utf-8" - Adding search result numbering to match non-XSLT results display. - Copying author handling (with link to author search) from OPAC detail XSL. - Copying physical description output from OPAC detail XSL. - Copying ISBN output from OPAC detail XSL. - Removing availability output (which had been copied from the OPAC) because it is redundant in the staff client. - Removing duplicate inclusion of JS highlight plugin on results page. - Updating highlight JS to make it compatible with XSLT results. --- .../prog/en/modules/catalogue/results.tt | 12 +- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 243 +++++++------------- 2 files changed, 92 insertions(+), 163 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index d558795..50c842e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -1,7 +1,6 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Catalog › [% IF ( searchdesc ) %]Results of Search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %][% ELSE %]You did not specify any search criteria[% END %] [% INCLUDE 'doc-head-close.inc' %] -