View | Details | Raw Unified | Return to bug 40692
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-1 / +1 lines)
Lines 286-291 Link Here
286
                            [% SET th_font_weight = "normal" %]
286
                            [% SET th_font_weight = "normal" %]
287
                        [% END %]
287
                        [% END %]
288
                        [% IF ( ro.current ) %]
288
                        [% IF ( ro.current ) %]
289
                            [% SET th_background_color = "" %]
289
                            [% SET th_title = t("Module current") %]
290
                            [% SET th_title = t("Module current") %]
290
                        [% ELSIF ( ro.upgrade ) %]
291
                        [% ELSIF ( ro.upgrade ) %]
291
                            [% SET th_background_color = "#FFCB2F" %]
292
                            [% SET th_background_color = "#FFCB2F" %]
292
- 

Return to bug 40692