Bugzilla – Attachment 13243 Details for
Bug 9008
Warn if librarian logged-in with mysql/admin account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9008 [Follow-up] Warn if librarian logged-in with mysql/admin account
Bug-9008-Follow-up-Warn-if-librarian-logged-in-wit.patch (text/plain), 1.65 KB, created by
Chris Cormack
on 2012-11-04 08:21:58 UTC
(
hide
)
Description:
Bug 9008 [Follow-up] Warn if librarian logged-in with mysql/admin account
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-11-04 08:21:58 UTC
Size:
1.65 KB
patch
obsolete
>From f51e65ba84f052720bcc31fa0114930032f502f3 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 2 Nov 2012 08:52:01 -0400 >Subject: [PATCH] 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> >--- > koha-tmpl/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.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9008
:
13201
|
13202
|
13216
| 13243