|
Lines 763-769
Link Here
|
| 763 |
<input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" /> |
763 |
<input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" /> |
| 764 |
<input type="hidden" name="nr-[% inputloo.counter | html %]" value="[% inputloo.not_returned | html %]" /> |
764 |
<input type="hidden" name="nr-[% inputloo.counter | html %]" value="[% inputloo.not_returned | html %]" /> |
| 765 |
[% END %] |
765 |
[% END %] |
| 766 |
<button type="submit" data-bs-dismiss="modal" class="btn btn-default deny" accesskey="i"> <i class="fa fa-times"></i> Ignore (I) </button> |
766 |
<button type="submit" data-bs-dismiss="modal" class="btn btn-default ignore deny" accesskey="i"> <i class="fa fa-times"></i> Ignore (I) </button> |
| 767 |
</form> |
767 |
</form> |
| 768 |
|
768 |
|
| 769 |
<fieldset class="action"> |
769 |
<fieldset class="action"> |
| 770 |
- |
|
|