Lines 231-237
Link Here
|
231 |
[% END %] |
231 |
[% END %] |
232 |
[% IF ( delete_confirm ) %] |
232 |
[% IF ( delete_confirm ) %] |
233 |
<a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> › |
233 |
<a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> › |
234 |
[% IF ( total ) %] |
234 |
[% IF ( total || funds_exist ) %] |
235 |
<span>Cannot delete budget '[% budget_period_description %]'</span> |
235 |
<span>Cannot delete budget '[% budget_period_description %]'</span> |
236 |
[% ELSE %] |
236 |
[% ELSE %] |
237 |
<span>Delete budget '[% budget_period_description %]'?</span> |
237 |
<span>Delete budget '[% budget_period_description %]'?</span> |
Lines 407-416
Link Here
|
407 |
<h3>Cannot delete budget</h3> |
407 |
<h3>Cannot delete budget</h3> |
408 |
<p><strong>This record is used [% total %] times</strong> |
408 |
<p><strong>This record is used [% total %] times</strong> |
409 |
. Deletion is not possible.</p> |
409 |
. Deletion is not possible.</p> |
|
|
410 |
[% ELSIF ( funds_exist ) %] |
411 |
<div class="dialog message"> |
412 |
<h3>Cannot delete budget</h3> |
413 |
<p>This budget has funds attached. You must delete all attached funds before you can delete this budget.</p> |
410 |
[% ELSE %] |
414 |
[% ELSE %] |
411 |
<div class="dialog alert"> |
415 |
<div class="dialog alert"> |
412 |
<h3>Delete budget '[% budget_period_description %]'?</h3> |
416 |
<h3>Delete budget '[% budget_period_description %]'?</h3> |
413 |
[% END %] |
|
|
414 |
|
417 |
|
415 |
<!-- ############################################################# --> |
418 |
<!-- ############################################################# --> |
416 |
<!-- "delete" and "cancel" buttons --> |
419 |
<!-- "delete" and "cancel" buttons --> |
Lines 424-429
Link Here
|
424 |
<form action="[% script_name %]" method="post"> |
427 |
<form action="[% script_name %]" method="post"> |
425 |
<button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button> |
428 |
<button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button> |
426 |
</form> |
429 |
</form> |
|
|
430 |
[% END %] |
427 |
|
431 |
|
428 |
</div> |
432 |
</div> |
429 |
[% END %] |
433 |
[% END %] |
430 |
- |
|
|