Lines 104-110
Link Here
|
104 |
|
104 |
|
105 |
<div id="sysinfo"> |
105 |
<div id="sysinfo"> |
106 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || |
106 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || |
107 |
warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm %] |
107 |
warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError %] |
108 |
[% IF (warnIsRootUser) %] |
108 |
[% IF (warnIsRootUser) %] |
109 |
<h2>Warning regarding current user</h2> |
109 |
<h2>Warning regarding current user</h2> |
110 |
<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> |
110 |
<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 112-118
Link Here
|
112 |
[% END %] |
112 |
[% END %] |
113 |
|
113 |
|
114 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || |
114 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || |
115 |
warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm %] |
115 |
warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError%] |
116 |
<h2>Warnings regarding the system configuration</h2> |
116 |
<h2>Warnings regarding the system configuration</h2> |
117 |
<table> |
117 |
<table> |
118 |
<caption>Preferences and parameters</caption> |
118 |
<caption>Preferences and parameters</caption> |
Lines 131-136
Link Here
|
131 |
[% IF warnNoActiveCurrency %] |
131 |
[% IF warnNoActiveCurrency %] |
132 |
<tr><th scope="row"><b>Warning</b> </th><td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration > Currencies and exchange rates</a> and mark one currency as active.</td></tr> |
132 |
<tr><th scope="row"><b>Warning</b> </th><td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration > Currencies and exchange rates</a> and mark one currency as active.</td></tr> |
133 |
[% END %] |
133 |
[% END %] |
|
|
134 |
[% IF warnStatisticsFieldsError %] |
135 |
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError %] </td></tr> |
136 |
[% END %] |
134 |
[% IF QueryParserError %] |
137 |
[% IF QueryParserError %] |
135 |
<tr><th scope="row"><b>Warning</b> </th><td> |
138 |
<tr><th scope="row"><b>Warning</b> </th><td> |
136 |
You have set UseQueryParser but there was a problem inititializing QueryParser. |
139 |
You have set UseQueryParser but there was a problem inititializing QueryParser. |