From 252a9e4349e020047e8bf9e5f7010c4fbba1f28d 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 (cherry picked from commit 0c74f429bcc5e05fc2444ce47349c9905c5fc448) Signed-off-by: Fridolin Somers (cherry picked from commit 19d4b3e949393ef65bab8389884c4b654dc15782) Signed-off-by: Matt Blenkinsop --- .../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 48fe5fd43d..d3f2c2552e 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 @@ -264,6 +264,8 @@ + + [% IF languages.size %] [% WRAPPER tabs id= "tabs" %] [% WRAPPER tabs_nav %] -- 2.20.1