|
Lines 101-107
Link Here
|
| 101 |
|
101 |
|
| 102 |
<div id="sysinfo"> |
102 |
<div id="sysinfo"> |
| 103 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || |
103 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || |
| 104 |
warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size %] |
104 |
warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm %] |
| 105 |
[% IF (warnIsRootUser) %] |
105 |
[% IF (warnIsRootUser) %] |
| 106 |
<h2>Warning regarding current user</h2> |
106 |
<h2>Warning regarding current user</h2> |
| 107 |
<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> |
107 |
<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 109-115
Link Here
|
| 109 |
[% END %] |
109 |
[% END %] |
| 110 |
|
110 |
|
| 111 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || |
111 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || |
| 112 |
warnNoActiveCurrency || QueryParserError %] |
112 |
warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm %] |
| 113 |
<h2>Warnings regarding the system configuration</h2> |
113 |
<h2>Warnings regarding the system configuration</h2> |
| 114 |
<table> |
114 |
<table> |
| 115 |
<caption>Preferences and parameters</caption> |
115 |
<caption>Preferences and parameters</caption> |
|
Lines 137-142
Link Here
|
| 137 |
</td> |
137 |
</td> |
| 138 |
</tr> |
138 |
</tr> |
| 139 |
[% END %] |
139 |
[% END %] |
|
|
140 |
[% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %] |
| 141 |
<tr><th scope="row"><b>Warning</b> </th><td> |
| 142 |
The patron used for the self checkout module at the OPAC does not have the circulate => self_checkout permission. |
| 143 |
</td></tr> |
| 144 |
[% END %] |
| 145 |
[% IF AutoSelfCheckPatronHasTooManyPerm %] |
| 146 |
<tr><th scope="row"><b>Warning</b> </th><td> |
| 147 |
The patron used for the self checkout module at the OPAC has too many permissions. They should only have circulate => self_checkout. |
| 148 |
</td></tr> |
| 149 |
[% END %] |
| 140 |
</table> |
150 |
</table> |
| 141 |
[% END %] |
151 |
[% END %] |
| 142 |
|
152 |
|
| 143 |
- |
|
|