Bugzilla – Attachment 176123 Details for
Bug 38819
ILL - 'Switch provider' should use AutoILLBackendPriority
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38819: 'Return to form' vs 'return to request'
Bug-38819-Return-to-form-vs-return-to-request.patch (text/plain), 1.93 KB, created by
Pedro Amorim
on 2025-01-03 15:58:29 UTC
(
hide
)
Description:
Bug 38819: 'Return to form' vs 'return to request'
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-01-03 15:58:29 UTC
Size:
1.93 KB
patch
obsolete
>From 26dd16f49ffba6c7772b3bcbd67ea13c861a84d9 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 3 Jan 2025 12:39:04 -0100 >Subject: [PATCH] Bug 38819: 'Return to form' vs 'return to request' > >--- > .../prog/en/modules/ill/ill-requests.tt | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index de1abc61f44..82fe55b6893 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -1042,9 +1042,15 @@ > [% END %] > <input type="hidden" name="method" value="create" /> > <input type="hidden" name="stage" value="0"> >- <button type="submit" class="btn btn-link" onclick="this.form.submit()"> >- <i class="fa fa-arrow-left"></i></span> Return to form >- </button> >+ [% IF auto_migrate %] >+ <a class="btn btn-link" href="ill-requests.pl?op=illview&illrequest_id=[% request.illrequest_id %]"> >+ <i class="fa fa-arrow-left"></i></span> Return to request >+ </a> >+ [% ELSE %] >+ <button type="submit" class="btn btn-link" onclick="this.form.submit()"> >+ <i class="fa fa-arrow-left"></i></span> Return to form >+ </button> >+ [% END %] > </form> > <form method="post" id="confirmautoill-form"> > <fieldset class="rows"> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38819
:
176121
|
176122
|
176123
|
176139
|
176140
|
176141
|
176519
|
176520
|
176521
|
176575