From ffc6dcf85d461151fcacf7bc5fab5460e5f1c44f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 21 Oct 2022 13:40:05 +0000 Subject: [PATCH] Bug 31830: (QA follow-up) include heading in page section Moves the div up a few levels to the heading for this part of the page is included. This also makes it consistent with the page-section for "Manage orders" directly above. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt index 4ec33c3ea7..4c2b53d6d3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -88,6 +88,7 @@ [% IF ( loop_budget ) %] +

All available funds

@@ -105,7 +106,6 @@
-
@@ -198,9 +198,9 @@ [% END %]
-
- [% END %] + +[% END %] -- 2.30.2