From f45353a13a9be39773dd949180348a6fc6a79014 Mon Sep 17 00:00:00 2001 From: Oli Williams Date: Wed, 21 Jan 2026 02:01:57 +0000 Subject: [PATCH] Bug 41522: Make sysprefs clickable in warnings Modified system information warnings to have hyperlinks to their system preferences page. --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 326eae4..8af7b25 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -545,7 +545,12 @@ [% IF (warnPrefRequireChoosingExistingAuthority) %] Warning - System preference 'RequireChoosingExistingAuthority' is disabled, but needs 'AutoCreateAuthorities' enabled. Otherwise catalogers can add headings that will not be linked to authorities. + System preference 'RequireChoosingExistingAuthority' is disabled, but needs 'AutoCreateAuthorities' enabled. Otherwise catalogers can add headings that will not be linked to authorities. [% END %] [% IF (warnPrefEasyAnalyticalRecords) %] @@ -611,7 +616,10 @@ [% FOR p IN invalid_yesno %] Warning - System preference '[% p.variable | html %]' must be '0' or '1', but is [% IF p.value.defined %]'[% p.value | html %]'[% ELSE %]NULL[% END %]. + System preference '[% p.variable | html %]' must be '0' or '1', but is + [% IF p.value.defined %]'[% p.value | html %]'[% ELSE %]NULL[% END %]. [% END %] [% END %] -- 2.39.5