Bug 9008 [Follow-up] Warn if librarian logged-in with mysql/admin account
- Correcting typo - Adding markup tweaks - Adjusting the wording of the warning Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Passed-QA-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
5293bb5540
commit
3f60328b4f
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@
|
|||
<div id="yui-main">
|
||||
<div class="yui-b"><div class="yui-g">
|
||||
[% IF adminWarning %]
|
||||
<div id="adminwarning"i class="alert">
|
||||
<p>Warning: you're logged-in with the admin login. This a a bad idea, and you are likely to encounter problems.</p>
|
||||
<p>You should <a href="/cgi-bin/koha/members/memberentry.pl?op=add">create a patron</a> and give it superlibrarian permissions.</p>
|
||||
<div id="adminwarning" class="dialog alert">
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
[% END %]
|
||||
<div class="yui-u first">
|
||||
|
|
Loading…
Reference in a new issue