Bugzilla – Attachment 186113 Details for
Bug 40692
Wrong color background in Perl modules page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40692: Wrong color background in Perl modules page
Bug-40692-Wrong-color-background-in-Perl-modules-p.patch (text/plain), 1.60 KB, created by
Marcel de Rooy
on 2025-09-04 07:24:12 UTC
(
hide
)
Description:
Bug 40692: Wrong color background in Perl modules page
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-09-04 07:24:12 UTC
Size:
1.60 KB
patch
obsolete
>From 11e8ae1f0deb8633e85304861a6cb344026f1bb0 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Adolfo=20Rodr=C3=ADguez?= <adolfo.rodriguez@xercode.es> >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 <m.de.rooy@rijksmuseum.nl> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40692
:
185708
|
186112
| 186113