Bugzilla – Attachment 165135 Details for
Bug 35604
ILL - Allow for automatic backend selection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35604: Update 'Make an ILL request' link in OPAC search results page
Bug-35604-Update-Make-an-ILL-request-link-in-OPAC-.patch (text/plain), 1.59 KB, created by
Pedro Amorim
on 2024-04-18 15:14:57 UTC
(
hide
)
Description:
Bug 35604: Update 'Make an ILL request' link in OPAC search results page
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-04-18 15:14:57 UTC
Size:
1.59 KB
patch
obsolete
>From 9b2f70b3cf9444d10337450d224d3a9ef39492c1 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 18 Apr 2024 15:08:25 +0000 >Subject: [PATCH] Bug 35604: Update 'Make an ILL request' link in OPAC search > results page > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >index 5df882aff73..ffd7c2f89ef 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >@@ -553,7 +553,11 @@ > [% END %] > [% END %] > [% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %] >- <li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li> >+ [% IF Koha.Preference( 'AutoILLBackendPriority' ) %] >+ <li>Make an automatic <a href="/cgi-bin/koha/opac-illrequests.pl?op=create&backend=Standard">Interlibrary loan request</a></li> >+ [% ELSE %] >+ <li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li> >+ [% END %] > [% END %] > </ul> > </div> >-- >2.39.2
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 35604
:
160035
|
164883
|
164884
|
164885
|
164886
|
164887
|
164888
|
165135
|
165164
|
165165
|
165294
|
165295
|
165296
|
165297
|
165298
|
165299
|
165300
|
166897
|
166898
|
166899
|
166900
|
166901
|
166902
|
166903
|
166995
|
166996
|
166997
|
166998
|
166999
|
167000
|
167001
|
171326
|
171327
|
171328
|
171329
|
171330
|
171331
|
171332
|
174515
|
174516
|
174517
|
174518
|
174519
|
174520
|
174521
|
174522
|
174524
|
174792
|
175828
|
175829
|
175830
|
175831
|
175832
|
175833
|
175834
|
175835
|
175836
|
176036
|
176261
|
176262
|
176263
|
176264
|
176265
|
176266
|
176267
|
176268
|
176269
|
176270
|
176572
|
176662
|
176681
|
176682
|
176683
|
176684
|
176685
|
176686
|
176687
|
176688
|
176689
|
176690
|
176691
|
176692