From 99aca8c03ce879747f999b750912070ce24e22c2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 Dec 2024 15:31:51 +0100 Subject: [PATCH] Bug 38713: catalogue/MARCdetail.tt Signed-off-by: Phil Ringnalda Signed-off-by: Lucas Gass --- .../prog/en/modules/catalogue/MARCdetail.tt | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt index 7ea162a6a08..f7d9602415f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt @@ -45,15 +45,23 @@ [% END #/ WRAPPER sub-header.inc %]
-
-
-
- [% INCLUDE 'messages.inc' %] -[% IF ( unknownbiblionumber ) %] -

Unknown record

-
The record you requested does not exist ([% biblionumber | html %]).
-[% ELSE %] + [% IF ( unknownbiblionumber ) %] +
+
+
+ [% INCLUDE 'messages.inc' %] + +

Unknown record

+
The record you requested does not exist ([% biblionumber | html %]).
+
+
+
+ [% ELSE %] +
+
+
+ [% INCLUDE 'messages.inc' %] [% INCLUDE 'cat-toolbar.inc' %] @@ -206,6 +214,8 @@ [% END %] +
+ [% IF ( Koha.Preference('CatalogConcerns') ) %] [% INCLUDE 'modals/add_catalog_concern.inc' %] [% END %] -- 2.34.1