From 1db4de6e463d0f19d981b97a5e3552c4ef6a9781 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 Dec 2024 15:07:39 +0100 Subject: [PATCH] Bug 38713: catalogue/detail.tt Signed-off-by: Phil Ringnalda Signed-off-by: Lucas Gass --- .../prog/en/modules/catalogue/detail.tt | 27 ++++++++++++------- 1 file changed, 17 insertions(+), 10 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 00c00d00861..937f777b61d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -77,17 +77,24 @@ [% END #/ WRAPPER sub-header.inc %]
-
-
-
-
-
- [% INCLUDE 'messages.inc' %] - [% IF ( unknownbiblionumber ) %] -
The record you requested does not exist ([% biblionumber | html %]).
-
- [% ELSE %] + [% IF ( unknownbiblionumber ) %] +
+
+
+ [% INCLUDE 'messages.inc' %] +
The record you requested does not exist ([% biblionumber | html %]).
+
+
+
+ [% ELSE %] + +
+
+
+
+
+ [% INCLUDE 'messages.inc' %] [% IntranetCoce = Koha.Preference('IntranetCoce') %] [% CoceProviders = Koha.Preference('CoceProviders') %] [% CoceHost = Koha.Preference('CoceHost') %] -- 2.34.1