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:
parent
c67e94a356
commit
c9caffcbbb
1 changed files with 49 additions and 47 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue