Lines 740-746
Link Here
|
740 |
<input type="hidden" name="op" value="cancel"> |
740 |
<input type="hidden" name="op" value="cancel"> |
741 |
<input type="hidden" name="recall_id" value="[% RECALL.recall_id | html %]"> |
741 |
<input type="hidden" name="recall_id" value="[% RECALL.recall_id | html %]"> |
742 |
<input type="hidden" name="biblionumber" value="[% RECALL.biblionumber | html %]"> |
742 |
<input type="hidden" name="biblionumber" value="[% RECALL.biblionumber | html %]"> |
743 |
<button type="submit" name="submit" class="btn btn-sm btn-danger" id="cancel_recall"><i class="icon-remove icon-white"></i> Cancel</button> |
743 |
<button type="submit" name="submit" class="btn btn-sm btn-danger cancel_recall"><i class="fa fa-remove" aria-hidden="true"></i> Cancel</button> |
744 |
</form> |
744 |
</form> |
745 |
[% END %] |
745 |
[% END %] |
746 |
</td> |
746 |
</td> |
Lines 1077-1083
Link Here
|
1077 |
}); |
1077 |
}); |
1078 |
} |
1078 |
} |
1079 |
|
1079 |
|
1080 |
$("#cancel_recall").click(function(e){ |
1080 |
$(".cancel_recall").click(function(e){ |
1081 |
return confirmDelete(_("Are you sure you want to remove this recall?")); |
1081 |
return confirmDelete(_("Are you sure you want to remove this recall?")); |
1082 |
}); |
1082 |
}); |
1083 |
}); |
1083 |
}); |