From 3d96f343777983758246c6093bf07311e4ee7b48 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 2 Nov 2012 08:52:01 -0400 Subject: [PATCH] Bug 9008 [Follow-up] Warn if librarian logged-in with mysql/admin account Content-Type: text/plain; charset="utf-8" - 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 @@
[% IF adminWarning %] -
-

Warning: you're logged-in with the admin login. This a a bad idea, and you are likely to encounter problems.

-

You should create a patron and give it superlibrarian permissions.

+
+

Warning: You're logged in with the database administrator account. This a bad idea, and you are likely to encounter problems.

+

You should create a patron to use when administering Koha and give it superlibrarian permissions.

[% END %]
-- 1.7.9.5