From 6deebb00ccbbb2e7682f777d041b5a4b6887dff8 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 17 Jan 2013 18:33:53 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 9403: Follow-up: Move "Type" in XSLT result list to match OPAC result list Content-Type: text/plain; charset="utf-8" Moves the line starting with "Type:" upwards to show below the author line like it is in the OPAC XSLT result list. To test: 1) Make sure XSLTResultsDisplay and DisplayIconsXSLT are turned on. 2) Check that the line starting with "Type" is showing up below the title and 'by' lines. Signed-off-by: Owen Leonard --- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 112 ++++++++++---------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl index eb24665..181761a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -392,62 +392,6 @@ - - Description: - - - - - abceg - - - - .; - - - - - - ISBN: - - - - .; - - - - - - ISSN: - - - .; - - - - - - - Edition: - - - ab - - - - - - - - - - Source: - - - - - - @@ -810,6 +754,62 @@ + + Description: + + + + + abceg + + + + .; + + + + + + ISBN: + + + + .; + + + + + + ISSN: + + + .; + + + + + + + Edition: + + + ab + + + + + + + + + + Source: + + + + + + -- 1.7.9.5