Bugzilla – Attachment 168312 Details for
Bug 37194
Improve link from unconfigured ILL module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37194: Improve link from unconfigured ILL module
Bug-37194-Improve-link-from-unconfigured-ILL-modul.patch (text/plain), 1.59 KB, created by
Pedro Amorim
on 2024-07-01 10:40:37 UTC
(
hide
)
Description:
Bug 37194: Improve link from unconfigured ILL module
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-07-01 10:40:37 UTC
Size:
1.59 KB
patch
obsolete
>From f5383717a948ce0d0c6a635154589de349676748 Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >Date: Wed, 26 Jun 2024 20:45:30 +0000 >Subject: [PATCH] Bug 37194: Improve link from unconfigured ILL module > >To test: >1) Enable the ILLModule syspref >2) Go to the ILL module >3) Observe the link that reads "Take a look at the about page" and points to http://localhost:8081/cgi-bin/koha/about.pl#sysinfo_panel >4) Apply patch >5) Observe the link that reads "Take a look at the about page" now points to http://localhost:8081/cgi-bin/koha/about.pl?tab=sysinfo > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 a463e445cc..b9779e7314 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 >@@ -126,7 +126,7 @@ > [% END %] > <div id="interlibraryloans"> > [% IF !backends_available || !has_branch %] >- <div class="dialog message">ILL module configuration problem. Take a look at the <a href="/cgi-bin/koha/about.pl#sysinfo_panel">about page</a></div> >+ <div class="dialog message">ILL module configuration problem. Take a look at the <a href="/cgi-bin/koha/about.pl?tab=sysinfo">about page</a></div> > [% ELSE %] > [% INCLUDE 'ill-toolbar.inc' %] > [% INCLUDE 'ill-batch-modal.inc' %] >-- >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 37194
:
168181
| 168312