Bugzilla – Attachment 185708 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 This patch fixes the background color of the Perl modules when there are current modules after missing or in need of updgrade modules
Bug-40692---Wrong-color-background-in-Perl-modules.patch (text/plain), 1.51 KB, created by
Adolfo RodrÃguez Taboada
on 2025-08-22 11:02:27 UTC
(
hide
)
Description:
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
Filename:
MIME Type:
Creator:
Adolfo RodrÃguez Taboada
Created:
2025-08-22 11:02:27 UTC
Size:
1.51 KB
patch
obsolete
>From 7f94bdb5972c5a16d385f63a0399ed9c1370e60d 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 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
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