Lines 206-213
Link Here
|
206 |
<div class="col-md-2 order-sm-2 order-md-1"> |
206 |
<div class="col-md-2 order-sm-2 order-md-1"> |
207 |
<aside> |
207 |
<aside> |
208 |
|
208 |
|
209 |
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl"> |
209 |
<form method="get" action="/cgi-bin/koha/admin/aqplan.pl"> |
210 |
[% INCLUDE 'csrf-token.inc' %] |
|
|
211 |
<input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" /> |
210 |
<input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" /> |
212 |
<fieldset class="brief"> |
211 |
<fieldset class="brief"> |
213 |
<h4>Filter</h4> |
212 |
<h4>Filter</h4> |
Lines 263-274
Link Here
|
263 |
</fieldset> |
262 |
</fieldset> |
264 |
<fieldset class="action"> |
263 |
<fieldset class="action"> |
265 |
<input type="submit" name="option_submit" class="btn btn-primary" value="Submit" /> |
264 |
<input type="submit" name="option_submit" class="btn btn-primary" value="Submit" /> |
266 |
<input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" /> |
|
|
267 |
</fieldset> |
265 |
</fieldset> |
268 |
</form> |
266 |
</form> |
269 |
[% IF ( budget_lines ) %] |
267 |
[% IF ( budget_lines ) %] |
270 |
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl"> |
268 |
<form method="get" action="/cgi-bin/koha/admin/aqplan.pl"> |
271 |
[% INCLUDE 'csrf-token.inc' %] |
|
|
272 |
<fieldset class="brief"> |
269 |
<fieldset class="brief"> |
273 |
<h4>Export</h4> |
270 |
<h4>Export</h4> |
274 |
<ol> |
271 |
<ol> |
275 |
- |
|
|