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 |
- |
|
|