From 7f94bdb5972c5a16d385f63a0399ed9c1370e60d 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 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 --- 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 b064224947..c59fa28103 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.30.2