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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-3 / +2 lines)
Lines 406-415 Link Here
406
                            [% END %]
406
                            [% END %]
407
                        [% END %]
407
                        [% END %]
408
                        <p>
408
                        <p>
409
                            <form id="delete_rota_[% rota.rota_id | html %]" method="post" action="/cgi-bin/koha/tools/stockrotation.pl">
409
                            <form id="delete_rota_[% rota_id | html %]" method="post" action="/cgi-bin/koha/tools/stockrotation.pl">
410
                                [% INCLUDE 'csrf-token.inc' %]
410
                                [% INCLUDE 'csrf-token.inc' %]
411
                                <input type="hidden" name="op" value="cud-delete_rota" />
411
                                <input type="hidden" name="op" value="cud-delete_rota" />
412
                                <input type="hidden" name="rota_id" value="[% rota.rota_id | html %]" />
412
                                <input type="hidden" name="rota_id" value="[% rota_id | html %]" />
413
                                <button class="btn btn-default btn-xs approve" type="submit"><i class="fa fa-fw fa-check"></i> Yes</button>
413
                                <button class="btn btn-default btn-xs approve" type="submit"><i class="fa fa-fw fa-check"></i> Yes</button>
414
                            </form>
414
                            </form>
415
                            <a class="btn btn-default btn-xs deny" href="/cgi-bin/koha/tools/stockrotation.pl"><i class="fa fa-fw fa-times"></i> No</a>
415
                            <a class="btn btn-default btn-xs deny" href="/cgi-bin/koha/tools/stockrotation.pl"><i class="fa fa-fw fa-times"></i> No</a>
416
- 

Return to bug 38162