From 9ae78dd5752b92a1ac5dc2ec8d406fc2ffae3338 Mon Sep 17 00:00:00 2001 From: Sam Lau 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 Signed-off-by: Katrin Fischer --- 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 %]
[% IF !backends_available || !has_branch %] -
ILL module configuration problem. Take a look at the about page
+
ILL module configuration problem. Take a look at the about page
[% ELSE %] [% INCLUDE 'ill-toolbar.inc' %] [% INCLUDE 'ill-batch-modal.inc' %] -- 2.39.5