Lines 101-107
Link Here
|
101 |
[% IF (warnIsRootUser) %] |
101 |
[% IF (warnIsRootUser) %] |
102 |
<h2>Warning regarding current user</h2> |
102 |
<h2>Warning regarding current user</h2> |
103 |
<p>It seems that you are logged in as database administrative user. A lot of things will not work with this account.</p> |
103 |
<p>It seems that you are logged in as database administrative user. A lot of things will not work with this account.</p> |
104 |
<p>Usually you need to log in with a regular staff account. To create a staff account, create a branch, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.</p> |
104 |
<p>Usually you need to log in with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.</p> |
105 |
[% END %] |
105 |
[% END %] |
106 |
<h2>Warnings regarding the system configuration</h2> |
106 |
<h2>Warnings regarding the system configuration</h2> |
107 |
[% IF ( (prefNoZebra) || (warnPrefBiblioAddsAuthorities) || warnPrefEasyAnalyticalRecords ) %] |
107 |
[% IF ( (prefNoZebra) || (warnPrefBiblioAddsAuthorities) || warnPrefEasyAnalyticalRecords ) %] |
108 |
- |
|
|