Lines 183-189
Link Here
|
183 |
</div> |
183 |
</div> |
184 |
|
184 |
|
185 |
<div id="sysinfo"> |
185 |
<div id="sysinfo"> |
186 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps %] |
186 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs %] |
187 |
[% IF (warnIsRootUser) %] |
187 |
[% IF (warnIsRootUser) %] |
188 |
<h2>Warning regarding current user</h2> |
188 |
<h2>Warning regarding current user</h2> |
189 |
<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> |
189 |
<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 228-234
Link Here
|
228 |
<br/> |
228 |
<br/> |
229 |
[% END %] |
229 |
[% END %] |
230 |
|
230 |
|
231 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps %] |
231 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps || bad_yaml_prefs %] |
232 |
<h2>Warnings regarding the system configuration</h2> |
232 |
<h2>Warnings regarding the system configuration</h2> |
233 |
<table> |
233 |
<table> |
234 |
<caption>Preferences and parameters</caption> |
234 |
<caption>Preferences and parameters</caption> |
Lines 305-310
Link Here
|
305 |
System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled. |
305 |
System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled. |
306 |
</td></tr> |
306 |
</td></tr> |
307 |
[% END %] |
307 |
[% END %] |
|
|
308 |
[% IF bad_yaml_prefs %] |
309 |
<tr><th scope="row"><b>Warning</b> </th><td> |
310 |
Some YAML formatted system preferences have bad format: [% bad_yaml_prefs.join(', ') | html %] |
311 |
</td></tr> |
312 |
[% END %] |
308 |
</table> |
313 |
</table> |
309 |
[% END %] |
314 |
[% END %] |
310 |
|
315 |
|
Lines 376-381
Link Here
|
376 |
[% END %] |
381 |
[% END %] |
377 |
</table> |
382 |
</table> |
378 |
[% END %] |
383 |
[% END %] |
|
|
384 |
|
379 |
[% ELSE %] |
385 |
[% ELSE %] |
380 |
<p>No warnings.</p> |
386 |
<p>No warnings.</p> |
381 |
[% END %] |
387 |
[% END %] |
382 |
- |
|
|