Lines 17-25
Link Here
|
17 |
<div id="yui-main"> |
17 |
<div id="yui-main"> |
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"i class="alert"> |
20 |
<div id="adminwarning" class="dialog alert"> |
21 |
<p>Warning: you're logged-in with the admin login. This a 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 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> and give it superlibrarian permissions.</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> |
23 |
</div> |
23 |
</div> |
24 |
[% END %] |
24 |
[% END %] |
25 |
<div class="yui-u first"> |
25 |
<div class="yui-u first"> |
26 |
- |
|
|