From 0c74f429bcc5e05fc2444ce47349c9905c5fc448 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 27 Sep 2023 12:36:15 +0000 Subject: [PATCH] Bug 34921: Tabs on Additional Content page need space above This patch adds a separator element,
between the additional contents form and the tabs for visual clarity. Using an element is a little hackish but it's a simple solution. To test, apply the patch and go to Tools -> News -> New entry. There should be a clear gap between the top form and the tabs below. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt index dbf97f69f0..e7df348e3b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -266,6 +266,8 @@ + + [% IF languages.size %] [% WRAPPER tabs id= "tabs" %] [% WRAPPER tabs_nav %] -- 2.39.2