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 185-191 Link Here
185
                                    <form id="delete_hold_[% HOLD.reserve_id | html %]" action="/cgi-bin/koha/opac-modrequest.pl" method="post">
186
                                    <form id="delete_hold_[% HOLD.reserve_id | html %]" action="/cgi-bin/koha/opac-modrequest.pl" method="post">
186
                                    <input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" />
187
                                    <input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" />
187
                                    <input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" />
188
                                    <input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" />
188
                                    <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>
189
                                    <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', 'Cancel hold button') | html %]</button>
189
                                </form>
190
                                </form>
190
                                [% END %]
191
                                [% END %]
191
                            </td>
192
                            </td>
192
- 

Return to bug 26647