Bugzilla – Attachment 168181 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.54 KB, created by
Sam Lau
on 2024-06-26 20:48:39 UTC
(
hide
)
Description:
Bug 37194: Improve link from unconfigured ILL module
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-06-26 20:48:39 UTC
Size:
1.54 KB
patch
obsolete
>From 9f3b33ee6954a1bf1f82479db787e8f9519f0443 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 >--- > 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