Bugzilla – Attachment 13216 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
0001-Bug-9008-Follow-up-Warn-if-librarian-logged-in-with-.patch (text/plain), 1.63 KB, created by
Owen Leonard
on 2012-11-02 12:55:26 UTC
(
hide
)
Description:
Bug 9008 [Follow-up] Warn if librarian logged-in with mysql/admin account
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-11-02 12:55:26 UTC
Size:
1.63 KB
patch
obsolete
>From 3d96f343777983758246c6093bf07311e4ee7b48 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 >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 @@ > <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 >
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