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 249-256 Link Here
249
                    [% IF ( has_update_succeeds ) %]
249
                    [% IF ( has_update_succeeds ) %]
250
                        <p>Update report :</p>
250
                        <p>Update report :</p>
251
                        <ul>
251
                        <ul>
252
                            [% FOREACH update_repor IN update_report %]
252
                            [% FOREACH l IN update_report %]
253
                                <li>[% update_repor.line | $raw %]</li>
253
                                [% SET line = l.line %]
254
                                [% IF line.match('^Upgrade to') %]
255
                                    <li>[% line | $raw %]</li>
256
                                [% ELSE %]
257
                                    [% line | $raw %]<br/>
258
                                [% END %]
254
                            [% END %]
259
                            [% END %]
255
                        </ul>
260
                        </ul>
256
                    [% END %]
261
                    [% END %]
257
- 

Return to bug 24131