View | Details | Raw Unified | Return to bug 27631
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-3 / +3 lines)
Lines 243-252 Link Here
243
[% IF op == 'add_form' && !error_not_authorised_to_modify %]
243
[% IF op == 'add_form' && !error_not_authorised_to_modify %]
244
<form action="/cgi-bin/koha/admin/aqbudgets.pl" id="edit_fund" name="Aform" method="post">
244
<form action="/cgi-bin/koha/admin/aqbudgets.pl" id="edit_fund" name="Aform" method="post">
245
    <fieldset class="rows">
245
    <fieldset class="rows">
246
    <legend>[% IF ( budget_id ) %]Modify[% ELSE %]Add[% END %] Fund
246
        <legend><h1>[% IF ( budget_id ) %]Modify[% ELSE %]Add[% END %] Fund
247
    [% IF ( budget_period_description ) %]
247
    [% IF ( budget_period_description ) %]
248
        [% budget_name | html %] for Budget '[% budget_period_description | html %]'
248
        [% budget_name | html %] for Budget '[% budget_period_description | html %]'
249
    [% END %]
249
    [% END %]
250
            </h1>
250
    </legend>
251
    </legend>
251
252
252
    <input type="hidden" name="op" value="add_validate" />
253
    <input type="hidden" name="op" value="add_validate" />
Lines 411-417 Link Here
411
412
412
[% IF op == 'delete_confirm' %]
413
[% IF op == 'delete_confirm' %]
413
    <div class="dialog alert">
414
    <div class="dialog alert">
414
        <h3>Delete fund [% budget_name | html %]?</h3>
415
        <h1>Delete fund [% budget_name | html %]?</h1>
415
        If you delete this fund, all orders linked to this fund will be deleted!
416
        If you delete this fund, all orders linked to this fund will be deleted!
416
        <table>
417
        <table>
417
            <tr>
418
            <tr>
418
- 

Return to bug 27631