Lines 927-935
Link Here
|
927 |
</button> |
927 |
</button> |
928 |
[% END %] |
928 |
[% END %] |
929 |
|
929 |
|
930 |
<button type="button" data-bs-dismiss="modal" class="btn btn-default deny" accesskey="i"> |
930 |
<form method="post" action="returns.pl" class="confirm"> |
931 |
<i class="fa fa-times"></i> Ignore (I) |
931 |
<input type="hidden" name="op" value="cud-ignore_reserve" /> |
932 |
</button> |
932 |
<input type="hidden" name="ignoreitem" value="[% itemnumber | html %]" /> |
|
|
933 |
[% INCLUDE 'csrf-token.inc' %] |
934 |
[% FOREACH inputloo IN inputloop %] |
935 |
<input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" /> |
936 |
<input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" /> |
937 |
<input type="hidden" name="bn-[% inputloo.counter | html %]" value="[% inputloo.borrowernumber | html %]" /> |
938 |
<input type="hidden" name="nr-[% inputloo.counter | html %]" value="[% inputloo.not_returned | html %]" /> |
939 |
[% END %] |
940 |
<button type="submit" data-bs-dismiss="modal" class="btn btn-default deny" accesskey="i"> |
941 |
<i class="fa fa-times"></i> Ignore (I) |
942 |
</button> |
943 |
</form> |
933 |
</div> <!-- /.modal-footer --> |
944 |
</div> <!-- /.modal-footer --> |
934 |
</form> <!-- /.confirm --> |
945 |
</form> <!-- /.confirm --> |
935 |
</div> <!-- /.modal-content --> |
946 |
</div> <!-- /.modal-content --> |
936 |
- |
|
|