|
Lines 777-783
Link Here
|
| 777 |
<input type="hidden" name="op" value="cancel"> |
777 |
<input type="hidden" name="op" value="cancel"> |
| 778 |
<input type="hidden" name="recall_id" value="[% RECALL.recall_id | html %]"> |
778 |
<input type="hidden" name="recall_id" value="[% RECALL.recall_id | html %]"> |
| 779 |
<input type="hidden" name="biblionumber" value="[% RECALL.biblionumber | html %]"> |
779 |
<input type="hidden" name="biblionumber" value="[% RECALL.biblionumber | html %]"> |
| 780 |
<button type="submit" name="submit" class="btn btn-sm btn-danger" id="cancel_recall"><i class="icon-remove icon-white"></i> Cancel</button> |
780 |
<button type="submit" name="submit" class="btn btn-sm btn-danger cancel_recall"><i class="fa fa-remove" aria-hidden="true"></i> Cancel</button> |
| 781 |
</form> |
781 |
</form> |
| 782 |
[% END %] |
782 |
[% END %] |
| 783 |
</td> |
783 |
</td> |
|
Lines 1126-1132
Link Here
|
| 1126 |
}); |
1126 |
}); |
| 1127 |
} |
1127 |
} |
| 1128 |
|
1128 |
|
| 1129 |
$("#cancel_recall").click(function(e){ |
1129 |
$(".cancel_recall").click(function(e){ |
| 1130 |
return confirmDelete(_("Are you sure you want to remove this recall?")); |
1130 |
return confirmDelete(_("Are you sure you want to remove this recall?")); |
| 1131 |
}); |
1131 |
}); |
| 1132 |
}); |
1132 |
}); |