From c378bfa352a84406cd8eed6c0b7735f0da45c1dc Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 18 Jun 2020 13:03:10 +0000 Subject: [PATCH] Revert "Bug 12093: Add CSS classes to item statuses in detail view" This reverts commit 4d50a8d1214ec9dfb1fbd1fcdeed5adee14e8d15. Signed-off-by: Lucas Gass --- .../prog/en/modules/catalogue/detail.tt | 36 +++++++++---------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 680fb5f489..17052abc31 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -33,9 +33,9 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Catalog › [% IF ( unknownbiblionumber ) %] - <span class="unknownrecord">Unknown record</span> + Unknown record [% ELSE %] - <span class="titledetails">Details for [% INCLUDE 'biblio-title-head.inc' %]</span> + Details for [% INCLUDE 'biblio-title-head.inc' %] [% END %] [% INCLUDE 'doc-head-close.inc' %] @@ -48,9 +48,9 @@ @@ -71,9 +71,8 @@ [% INCLUDE 'cat-toolbar.inc' %] [% IF decoding_error %]
- - There is an error with this bibliographic record, the view may be degraded. -
Error: [% decoding_error | html %]
+ There is an error with this bibliographic record, the view may be degraded. +
Error: [% decoding_error | html %]
[% END %] [% IF ( ocoins ) %] @@ -269,12 +268,12 @@ [% IF !noItemTypeImages && item.imageurl %] [% item.translated_description | html %] [% END %] - [% item.translated_description | html %] + [% item.translated_description | html %] [% END %] [% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.branchcode ) | html %] [% END %] - [% Branches.GetName(item.homebranch) | html %] + [% Branches.GetName(item.homebranch) | html %]