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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-5 / +1 lines)
Lines 324-333 Link Here
324
        <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
324
        <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
325
        <button type="submit" class="btn btn-default approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
325
        <button type="submit" class="btn btn-default approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
326
    </form>
326
    </form>
327
    <form action="[% script_name | html %]" method="post">
327
    <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl" class="btn btn-default deny"><i class="fa fa-fw fa-times"></i> No, do not delete</a>
328
        [% INCLUDE 'csrf-token.inc' %]
329
        <button type="submit" class="btn btn-default deny"><i class="fa fa-fw fa-times"></i> No, do not delete</button>
330
    </form>
331
    [% END %]
328
    [% END %]
332
329
333
    </div>
330
    </div>
334
- 

Return to bug 37797