From ae1db05c698b5a3d27fd3106952f5beef9a32b50 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 10 Nov 2022 10:44:29 +0000 Subject: [PATCH] Bug 32165: Add page-section to ISBDdetail We fix some whitespace and move the toolbar above the H1 too. Test plan 1) Confirm the headings and page-sections now look correct on the ISBD details view Signed-off-by: Katrin Fischer --- .../prog/en/modules/catalogue/ISBDdetail.tt | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt index 1b92e5b512..f04d5d67ac 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt @@ -52,7 +52,7 @@
- + [% INCLUDE 'cat-toolbar.inc' %]

[% IF ( unknownbiblionumber ) %] Unknown record @@ -61,20 +61,19 @@ [% END %]

-[% IF ( unknownbiblionumber ) %] -
The record you requested does not exist ([% biblionumber | html %]).
-[% ELSE %] + [% IF ( unknownbiblionumber ) %] +
The record you requested does not exist ([% biblionumber | html %]).
+ [% ELSE %] - [% INCLUDE 'cat-toolbar.inc' %] - [% IF ( ocoins ) %] - - - [% END %] -
- [% ISBD | $raw %] -
-[% END %] + [% IF ( ocoins ) %] + + + [% END %] +
+ [% ISBD | $raw %] +
+ [% END %]
@@ -83,7 +82,7 @@ [% INCLUDE 'biblio-view-menu.inc' %]
- + [% MACRO jsinclude BLOCK %] [% INCLUDE 'catalog-strings.inc' %] -- 2.30.2