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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-2 / +12 lines)
Lines 1-5 Link Here
1
[% USE HtmlTags %]
1
[% USE HtmlTags %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE KohaDates %]
4
[% USE KohaDates %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
Lines 218-225 Link Here
218
            </table>
219
            </table>
219
        </div>
220
        </div>
220
221
222
        [% IF Asset.css("css/staff-global.css") == ""
223
           || Asset.js("js/vue/dist/main.js") == "" %]
224
            [% SET warnMissingCompiledFiles = 1 %]
225
        [% END %]
226
221
        <div role="tabpanel" class="tab-pane" id="sysinfo">
227
        <div role="tabpanel" class="tab-pane" id="sysinfo">
222
    [% IF warnRequireChoosingExistingAuthority || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnPrefOpacHiddenItems || invalid_yesno.count || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size || warnConnectBroker || elasticsearch_has_missing %]
228
    [% IF warnRequireChoosingExistingAuthority || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnPrefOpacHiddenItems || invalid_yesno.count || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size || warnConnectBroker || elasticsearch_has_missing || warnMissingCompiledFiles %]
223
        [% IF (warnIsRootUser) %]
229
        [% IF (warnIsRootUser) %]
224
            <h2>Warning regarding current user</h2>
230
            <h2>Warning regarding current user</h2>
225
            <p>You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.</p>
231
            <p>You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.</p>
Lines 412-417 Link Here
412
                            Elasticsearch version 5.x is not supported in Koha 20.11 and greater. Please upgrade your Elasticsearch cluster
418
                            Elasticsearch version 5.x is not supported in Koha 20.11 and greater. Please upgrade your Elasticsearch cluster
413
                    </td></tr>
419
                    </td></tr>
414
                [% END %]
420
                [% END %]
421
                [% IF warnMissingCompiledFiles %]
422
                    <tr><th scope="row"><strong class="error">Error</strong></th><td>
423
                        Compiled CSS and/or JS files are not present. Please run `yarn build` to generate them.
424
                    </td></tr>
425
                [% END %]
415
426
416
            </table>
427
            </table>
417
        [% END %]
428
        [% END %]
418
- 

Return to bug 32609