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

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

Return to bug 9841