|
Lines 781-787
Link Here
|
| 781 |
<input type="hidden" name="op" value="cancel"> |
781 |
<input type="hidden" name="op" value="cancel"> |
| 782 |
<input type="hidden" name="recall_id" value="[% RECALL.recall_id | html %]"> |
782 |
<input type="hidden" name="recall_id" value="[% RECALL.recall_id | html %]"> |
| 783 |
<input type="hidden" name="biblionumber" value="[% RECALL.biblionumber | html %]"> |
783 |
<input type="hidden" name="biblionumber" value="[% RECALL.biblionumber | html %]"> |
| 784 |
<button type="submit" name="submit" class="btn btn-sm btn-danger" id="cancel_recall"><i class="icon-remove icon-white"></i> Cancel</button> |
784 |
<button type="submit" name="submit" class="btn btn-sm btn-danger cancel_recall"><i class="fa fa-remove" aria-hidden="true"></i> Cancel</button> |
| 785 |
</form> |
785 |
</form> |
| 786 |
[% END %] |
786 |
[% END %] |
| 787 |
</td> |
787 |
</td> |
|
Lines 1139-1145
Link Here
|
| 1139 |
}); |
1139 |
}); |
| 1140 |
} |
1140 |
} |
| 1141 |
|
1141 |
|
| 1142 |
$("#cancel_recall").click(function(e){ |
1142 |
$(".cancel_recall").click(function(e){ |
| 1143 |
return confirmDelete(_("Are you sure you want to remove this recall?")); |
1143 |
return confirmDelete(_("Are you sure you want to remove this recall?")); |
| 1144 |
}); |
1144 |
}); |
| 1145 |
}); |
1145 |
}); |