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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-2 / +2 lines)
Lines 1-6 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% USE ItemTypes %]
2
[% USE ItemTypes %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% PROCESS 'i18n.inc' %]
4
5
5
[% IF ( HOLDS.count ) %]
6
[% IF ( HOLDS.count ) %]
6
    <div id="opac-user-holds">
7
    <div id="opac-user-holds">
Lines 193-199 Link Here
193
                                    <form id="delete_hold_[% HOLD.reserve_id | html %]" action="/cgi-bin/koha/opac-modrequest.pl" method="post">
194
                                    <form id="delete_hold_[% HOLD.reserve_id | html %]" action="/cgi-bin/koha/opac-modrequest.pl" method="post">
194
                                    <input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" />
195
                                    <input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" />
195
                                    <input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" />
196
                                    <input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" />
196
                                    <button data-title="[% INCLUDE 'biblio-title-head.inc' biblio=HOLD.biblio %]" data-reserve_id="[% HOLD.reserve_id | html %]" type="submit" class="btn btn-sm btn-danger btn-delete-hold"><i class="fa fa-remove" aria-hidden="true"></i> Cancel</button>
197
                                    <button data-title="[% INCLUDE 'biblio-title-head.inc' biblio=HOLD.biblio %]" data-reserve_id="[% HOLD.reserve_id | html %]" type="submit" class="btn btn-sm btn-danger btn-delete-hold"><i class="fa fa-remove" aria-hidden="true"></i> [% tp('Cancel hold button', 'Cancel') | html %]</button>
197
                                </form>
198
                                </form>
198
                                [% END %]
199
                                [% END %]
199
                            </td>
200
                            </td>
200
- 

Return to bug 26647