From 8e639ca2bc029fb4741e082dd027718146e48547 Mon Sep 17 00:00:00 2001 From: Oli Williams Date: Sat, 31 Jan 2026 05:04:14 +0000 Subject: [PATCH] Bug 41522: Remove debug output from clickable sysprefs warning --- .../intranet-tmpl/prog/en/modules/about.tt | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 2cc95bc..e209e67 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -622,7 +622,7 @@ [% END %] - [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || 1 %] + [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %] Error @@ -636,7 +636,7 @@ [% END %] - [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || 1 %] + [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %] Warning @@ -670,7 +670,7 @@ [% END %] - [% IF warnPrefOpacHiddenItems || 1 %] + [% IF warnPrefOpacHiddenItems %] Warning @@ -734,7 +734,7 @@ No active currency is defined. Please go to Administration > Currencies and exchange rates and mark one currency as active. [% END %] - [% IF warnStatisticsFieldsError || 1 %] + [% IF warnStatisticsFieldsError %] Warning @@ -772,7 +772,7 @@ The PO directory has not been found. See the dedicated wiki page for more information. [% END %] - [% IF warnPassChangeNoticeMissing || 1 %] + [% IF warnPassChangeNoticeMissing %] Warning @@ -787,8 +787,8 @@ [% END %] - [% IF warnILLConfiguration || 1 %] - [% IF no_ill_backends || 1 %] + [% IF warnILLConfiguration %] + [% IF no_ill_backends %] Warning @@ -822,7 +822,7 @@ [% END %] - [% IF ill_partner_code_no_patrons || 1 %] + [% IF ill_partner_code_no_patrons %] Warning @@ -842,7 +842,7 @@ [% END %] - [% IF ill_branch_not_defined || 1 %] + [% IF ill_branch_not_defined %] Warning @@ -856,7 +856,7 @@ [% END %] - [% IF ill_partner_code_doesnt_exist || 1 %] + [% IF ill_partner_code_doesnt_exist %] Warning @@ -876,7 +876,7 @@ [% END %] - [% IF ill_deprecated_backend_freeform_is_installed || 1 %] + [% IF ill_deprecated_backend_freeform_is_installed %] Warning @@ -910,7 +910,7 @@ > [% END %] - [% IF oauth2_missing_deps || 1 %] + [% IF oauth2_missing_deps %] Warning @@ -930,7 +930,7 @@ Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %] [% END %] - [% IF config_bcrypt_settings_no_set || 1 %] + [% IF config_bcrypt_settings_no_set %] Warning -- 2.39.5