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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-3 / +3 lines)
Lines 19-26 Link Here
19
    <div class="yui-b"><div class="yui-g">
19
    <div class="yui-b"><div class="yui-g">
20
    [% IF adminWarning %]
20
    [% IF adminWarning %]
21
        <div id="adminwarning" class="dialog alert">
21
        <div id="adminwarning" class="dialog alert">
22
            <p><strong>Warning:</strong> You're logged in with the database administrator account. This is a bad idea, and you are likely to encounter problems.</p>
22
            <p><strong>Warning:</strong> 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>
23
            <p>You should <a href="/cgi-bin/koha/members/members-home.pl">create a patron</a> to use when administering Koha and give it superlibrarian permissions.</p>
23
            <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>
24
<p><a class="btn btn-small" href="/cgi-bin/koha/members/members-home.pl"><i class="fa fa-plus"> </i> Create patron</a></p>
24
        </div>
25
        </div>
25
    [% END %]
26
    [% END %]
26
    <div class="yui-u first">
27
    <div class="yui-u first">
27
- 

Return to bug 16133