Bug 9008 [Follow-up] Warn if librarian logged-in with mysql/admin account
authorOwen Leonard <oleonard@myacpl.org>
Fri, 2 Nov 2012 12:52:01 +0000 (08:52 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 5 Nov 2012 14:13:47 +0000 (09:13 -0500)
- 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>
koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt

index e1fe25e..4e91e06 100644 (file)
@@ -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">