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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-3 / +3 lines)
Lines 499-505 Link Here
499
                        [% FOR p IN warnXSLT %]
499
                        [% FOR p IN warnXSLT %]
500
                            <tr>
500
                            <tr>
501
                                <th scope="row"><strong>Warning</strong> </th>
501
                                <th scope="row"><strong>Warning</strong> </th>
502
                                <td>System preference '[% p.syspref | html %]' is '[% p.value | html %]', but the file '[% p.filename | html %]' does not exist.</th></tr>
502
                                <td>System preference '[% p.syspref | html %]' is '[% p.value | html %]', but the file '[% p.filename | html %]' does not exist.</td></tr>
503
                        [% END %]
503
                        [% END %]
504
                    [% END %]
504
                    [% END %]
505
                    [% IF invalid_yesno.count %]
505
                    [% IF invalid_yesno.count %]
Lines 1110-1116 Link Here
1110
1110
1111
        <h2>FileSaver.js</h2>
1111
        <h2>FileSaver.js</h2>
1112
        <p>
1112
        <p>
1113
            <a href="https://github.com/eligrey/FileSaver.js">FileSaver.js v2.0.4</a>: <a href="https://github.com/eligrey/FileSaver.js/blob/v2.0.4/LICENSE.md">MIT License</p>
1113
            <a href="https://github.com/eligrey/FileSaver.js">FileSaver.js v2.0.4</a>: <a href="https://github.com/eligrey/FileSaver.js/blob/v2.0.4/LICENSE.md">MIT License</a>
1114
        </p>
1114
1115
1115
        <h2>Flatpicker</h2>
1116
        <h2>Flatpicker</h2>
1116
        <p>
1117
        <p>
1117
- 

Return to bug 38713