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 <andrewfh@dubcolib.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Lucas Gass 2023-01-04 18:39:48 +00:00 committed by Tomas Cohen Arazi
parent c67e94a356
commit c9caffcbbb
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -363,6 +363,7 @@
<span>There are no unreceived orders for this budget.</span>
<a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a>
[% ELSE %]
<div class="page-section">
<h3>The unreceived orders from the following funds will be moved</h3>
Fund list of budget <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=[% budget_period_id | uri %]">[% budget_period_description | html %]</a>:
<table id="budgeth">
@ -410,6 +411,7 @@
<a class="cancel" href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Cancel</a>
</fieldset>
</form>
</div><!-- /.page-section -->
[% END %]
[% ELSIF closed %]
<h1>Budget [% budget_period_description | html %] closed</h1>