From e899f21a798d90b9812d90eb4a391f8beabf9392 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 4 Jan 2023 18:39:48 +0000 Subject: [PATCH] Bug 32400: Add page-section to aqbudgetperiods table To test: 1. Apply patch 2. Go to Administration -> Budgets 3. Close a budget 4. Make sure the page-section looks right. Signed-off-by: Andrew Fuerste-Henry --- .../prog/en/modules/admin/aqbudgetperiods.tt | 96 ++++++++++--------- 1 file changed, 49 insertions(+), 47 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt index 2ed8069b0f..a4fd620120 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt @@ -363,53 +363,55 @@ There are no unreceived orders for this budget. Back [% ELSE %] -

The unreceived orders from the following funds will be moved

- Fund list of budget [% budget_period_description | html %]: - - - - - - - - - - - [% FOREACH budget IN budgets_to_move %] - - - - - - - [% END %] - -
Fund IDFund codeFund nameUnreceived orders
[% budget.budget_id | html %][% budget.budget_code | html %][% budget.budget_name | html %][% budget.unreceived_orders.size | html %]
-
-
-
    -
  1. - - -
  2. -
  3. - - -
  4. -
-
-
- - - - Cancel -
-
+
+

The unreceived orders from the following funds will be moved

+ Fund list of budget [% budget_period_description | html %]: + + + + + + + + + + + [% FOREACH budget IN budgets_to_move %] + + + + + + + [% END %] + +
Fund IDFund codeFund nameUnreceived orders
[% budget.budget_id | html %][% budget.budget_code | html %][% budget.budget_name | html %][% budget.unreceived_orders.size | html %]
+
+
+
    +
  1. + + +
  2. +
  3. + + +
  4. +
+
+
+ + + + Cancel +
+
+
[% END %] [% ELSIF closed %]

Budget [% budget_period_description | html %] closed

-- 2.30.2