|
Lines 226-232
Link Here
|
| 226 |
</form> |
226 |
</form> |
| 227 |
|
227 |
|
| 228 |
[% ELSIF not budget_period_id %] |
228 |
[% ELSIF not budget_period_id %] |
| 229 |
<div class="dialog alert">No active budget defined. You should define one before continuing.</div> |
229 |
<div class="dialog alert">That budget is not defined. You should selected a defined budget to continue.</div> |
| 230 |
[% ELSE %] |
230 |
[% ELSE %] |
| 231 |
<div class="dialog message">No funds to display for this search criteria</div> |
231 |
<div class="dialog message">No funds to display for this search criteria</div> |
| 232 |
[% END %] |
232 |
[% END %] |
|
Lines 237-242
Link Here
|
| 237 |
<div class="yui-b"> |
237 |
<div class="yui-b"> |
| 238 |
|
238 |
|
| 239 |
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl"> |
239 |
<form method="post" action="/cgi-bin/koha/admin/aqplan.pl"> |
|
|
240 |
<input type="hidden" name="budget_period_id" value="[% budget_period_id %]" /> |
| 240 |
<fieldset class="brief"> |
241 |
<fieldset class="brief"> |
| 241 |
<h4>Filter</h4> |
242 |
<h4>Filter</h4> |
| 242 |
[% BLOCK planning_types %] |
243 |
[% BLOCK planning_types %] |
|
Lines 311-316
Link Here
|
| 311 |
</li> |
312 |
</li> |
| 312 |
</ol> |
313 |
</ol> |
| 313 |
<fieldset class="action"> <input type="submit" value="Submit"/> |
314 |
<fieldset class="action"> <input type="submit" value="Submit"/> |
|
|
315 |
<input type="hidden" name="budget_period_id" value="[% budget_period_id %]" /> |
| 314 |
<input type="hidden" name="report_name" value="[% report_name %]" /> |
316 |
<input type="hidden" name="report_name" value="[% report_name %]" /> |
| 315 |
<input type="hidden" name="output" value="file" /></fieldset> |
317 |
<input type="hidden" name="output" value="file" /></fieldset> |
| 316 |
</fieldset> |
318 |
</fieldset> |
| 317 |
- |
|
|