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 893-899 Link Here
893
                        [% END %]
893
                        [% END %]
894
                        <input type="hidden" name="op" value="cud-create" />
894
                        <input type="hidden" name="op" value="cud-create" />
895
                        <input type="hidden" name="stage" value="0" />
895
                        <input type="hidden" name="stage" value="0" />
896
                        <button type="submit" class="btn btn-link" onclick="this.form.submit()"> <i class="fa fa-arrow-left"></i> Return to form </button>
896
                        [% IF auto_migrate %]
897
                            <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>
898
                        [% ELSE %]
899
                            <button type="submit" class="btn btn-link" onclick="this.form.submit()"> <i class="fa fa-arrow-left"></i> Return to form </button>
900
                        [% END %]
897
                    </form>
901
                    </form>
898
                    <form method="post" id="confirmautoill-form">
902
                    <form method="post" id="confirmautoill-form">
899
                        [% INCLUDE 'csrf-token.inc' %]
903
                        [% INCLUDE 'csrf-token.inc' %]
900
- 

Return to bug 38819