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

(-)a/about.pl (+1 lines)
Lines 161-166 foreach my $pm_type(@pm_types) { Link Here
161
                upgrade => ($pm_type eq 'upgrade_pm' ? 1 : 0),
161
                upgrade => ($pm_type eq 'upgrade_pm' ? 1 : 0),
162
                current => ($pm_type eq 'current_pm' ? 1 : 0),
162
                current => ($pm_type eq 'current_pm' ? 1 : 0),
163
                require => $stats->{'required'},
163
                require => $stats->{'required'},
164
                reqversion => $stats->{'min_ver'},
164
            }
165
            }
165
        );
166
        );
166
    }
167
    }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-2 / +3 lines)
Lines 83-89 Link Here
83
                    <th scope="row" style="background-color:#FF8A8A;font-weight:normal" title="Optional module missing">
83
                    <th scope="row" style="background-color:#FF8A8A;font-weight:normal" title="Optional module missing">
84
                    [% END %]
84
                    [% END %]
85
                    [% END %]
85
                    [% END %]
86
                    [% ro.name %]
86
                    [% IF ( ro.name ) %]
87
                    [% ro.name %] <span style="font-weight:normal; font-size:smaller"> ([%ro.reqversion %])</span>
88
                    [% END %]
87
                    </th>
89
                    </th>
88
                    [% IF ( ro.name == '' ) %]
90
                    [% IF ( ro.name == '' ) %]
89
                    <td>
91
                    <td>
90
- 

Return to bug 12790