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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-3 / +7 lines)
Lines 243-250 Link Here
243
                    [% IF ( has_update_succeeds ) %]
243
                    [% IF ( has_update_succeeds ) %]
244
                        <p>Update report :</p>
244
                        <p>Update report :</p>
245
                        <ul>
245
                        <ul>
246
                            [% FOREACH update_repor IN update_report %]
246
                            [% FOREACH l IN update_report %]
247
                                <li>[% update_repor.line | $raw %]</li>
247
                                [% SET line = l.line %]
248
                                [% IF line.match('^Upgrade to') %]
249
                                    <li>[% line | $raw %]</li>
250
                                [% ELSE %]
251
                                    [% line | $raw %]<br/>
252
                                [% END %]
248
                            [% END %]
253
                            [% END %]
249
                        </ul>
254
                        </ul>
250
                    [% END %]
255
                    [% END %]
251
- 

Return to bug 24131