@@ -, +, @@ --- .../prog/en/modules/catalogue/detail.tt | 36 ++++++++++++---------- 1 file changed, 19 insertions(+), 17 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -33,9 +33,9 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Catalog › [% IF ( unknownbiblionumber ) %] - Unknown record + <span class="unknownrecord">Unknown record</span> [% ELSE %] - Details for [% INCLUDE 'biblio-title-head.inc' %] + <span class="titledetails">Details for [% INCLUDE 'biblio-title-head.inc' %]</span> [% END %] [% INCLUDE 'doc-head-close.inc' %] @@ -48,9 +48,9 @@ @@ -71,8 +71,9 @@ [% 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 ) %] @@ -268,12 +269,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 %]