View | Details | Raw Unified | Return to bug 8641
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-3 / +2 lines)
Lines 100-107 Link Here
100
        <div id="sysinfo">
100
        <div id="sysinfo">
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>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>
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>
104
            <p>Please log in instead 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
- 

Return to bug 8641