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 %] |
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 %] |
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 %] |
231 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps %] |
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 295-300
Link Here
|
295 |
</td></tr> |
295 |
</td></tr> |
296 |
[% END %] |
296 |
[% END %] |
297 |
[% END %] |
297 |
[% END %] |
|
|
298 |
[% IF oauth2_missing_deps %] |
299 |
<tr><th scope="row"><b>Warning</b> </th><td> |
300 |
System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled. |
301 |
</td></tr> |
302 |
[% END %] |
298 |
</table> |
303 |
</table> |
299 |
[% END %] |
304 |
[% END %] |
300 |
|
305 |
|