From 0e2919ef6ae3e87d4480d2a4ecb7e7be2259aebc Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Thu, 18 Oct 2012 11:56:47 +0200 Subject: [PATCH] Bug 8941 - Make title display properly for NORMARC OPAC detail view Content-Type: text/plain; charset="utf-8" Authors and materialtype were displayed to the right of the title. This patch simly adds class="title" to the h1 that holds the title. To test: - Set marcflavour = NORMARC - Check a detail view in the OPAC and see that the display is wrong - Apply the patch - Check that the detail view now looks good Signed-off-by: Mirko Tietgen --- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl index 299dfee..371537d 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl @@ -60,7 +60,7 @@ -

+

a -- 1.7.2.5