From 11e8ae1f0deb8633e85304861a6cb344026f1bb0 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Adolfo=20Rodr=C3=ADguez?= Date: Fri, 22 Aug 2025 13:01:15 +0200 Subject: [PATCH] Bug 40692: Wrong color background in Perl modules page Content-Type: text/plain; charset=utf-8 This patch fixes the background color of the Perl modules when there are current modules after missing or in need of updgrade modules 1 You need to have in your installation of Koha a missing or in need of updgrade Perl module. Check in the About page Perl Modules Tab that perl modules after it that are current have the same background color that the missing/in need of upgrade 2 Apply patch, restart services 3 Repeat the first step. Now all the current modules have the right background color Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 43cf803e6b..7d8e3d4bda 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -286,6 +286,7 @@ [% SET th_font_weight = "normal" %] [% END %] [% IF ( ro.current ) %] + [% SET th_background_color = "" %] [% SET th_title = t("Module current") %] [% ELSIF ( ro.upgrade ) %] [% SET th_background_color = "#FFCB2F" %] -- 2.39.5