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

Return to bug 38819