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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-2 / +1 lines)
Lines 188-194 Link Here
188
                                <form action="/cgi-bin/koha/opac-modrequest.pl" method="post">
188
                                <form action="/cgi-bin/koha/opac-modrequest.pl" method="post">
189
                                <input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" />
189
                                <input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" />
190
                                <input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" />
190
                                <input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" />
191
                                <button type="submit" name="submit" class="btn btn-xs btn-danger" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);"><i class="fa fa-remove"></i> Cancel</button></form>
191
                                <button type="submit" name="submit" class="btn btn-mini btn-danger" onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);"><i class="fa fa-remove"></i> Cancel</button></form>
192
                            [% END %]
192
                            [% END %]
193
                        </td>
193
                        </td>
194
                    [% END # / IF onlyinfo %]
194
                    [% END # / IF onlyinfo %]
195
- 

Return to bug 21772