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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +5 lines)
Lines 898-904 Link Here
898
                        [% END %]
898
                        [% END %]
899
                        <input type="hidden" name="op" value="cud-create" />
899
                        <input type="hidden" name="op" value="cud-create" />
900
                        <input type="hidden" name="stage" value="0" />
900
                        <input type="hidden" name="stage" value="0" />
901
                        <button type="submit" class="btn btn-link" onclick="this.form.submit()"> <i class="fa fa-arrow-left"></i> Return to form </button>
901
                        [% IF auto_migrate %]
902
                            <a class="btn btn-link" href="ill-requests.pl?op=illview&amp;illrequest_id=[% request.illrequest_id %]"> <i class="fa fa-arrow-left"></i> Return to request </a>
903
                        [% ELSE %]
904
                            <button type="submit" class="btn btn-link" onclick="this.form.submit()"> <i class="fa fa-arrow-left"></i> Return to form </button>
905
                        [% END %]
902
                    </form>
906
                    </form>
903
                    <form method="post" id="confirmautoill-form">
907
                    <form method="post" id="confirmautoill-form">
904
                        [% INCLUDE 'csrf-token.inc' %]
908
                        [% INCLUDE 'csrf-token.inc' %]
905
- 

Return to bug 38819