View | Details | Raw Unified | Return to bug 41345
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +1 lines)
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
- 

Return to bug 41345