From cbcb02c3288ca5c8ecaa5d97d558b77f9292ea14 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 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 --- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.9.5