- Correcting typo
- Adding markup tweaks
- Adjusting the wording of the warning
---
.../intranet-tmpl/prog/en/modules/intranet-main.tt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt
index e1fe25e..4e91e06 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt
@@ -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">
--
1.7.9.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/