Bugzilla – Attachment 16366 Details for
Bug 9841
Improve the link from the "logged in as mysql-user"-warning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9841 - Improve the link from the "logged in as mysql-user"-warning
PASSED-QA-Bug-9841---Improve-the-link-from-the-log.patch (text/plain), 2.16 KB, created by
Katrin Fischer
on 2013-03-19 11:00:44 UTC
(
hide
)
Description:
[PASSED QA] Bug 9841 - Improve the link from the "logged in as mysql-user"-warning
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-03-19 11:00:44 UTC
Size:
2.16 KB
patch
obsolete
>From f98c532fd0fd8d2bf9fa609c63999187e85395b6 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@enger.priv.no> >Date: Tue, 19 Mar 2013 10:45:33 +0100 >Subject: [PATCH] [PASSED QA] Bug 9841 - Improve the link from the "logged in > as mysql-user"-warning > >Currently, the link from the "logged in as mysql-user"-warning goes to >add a patron in a seemingly random category code. This patch changes >the link to point to Home > Patrons, where a category for the new >patron can be chosen. > >A small typo in the warning message is also corrected. > >To test: >- Apply the patch >- Login as the MySQL user >- Check that the warning appears on the intranet home page >- Check that the typo in the first line is fixed: "This *is* a bad idea" >- Check that the link in the warning leads to Home > Patrons > >Signed-off-by: Brendan <brendan@bywatersolutions.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >All happy with this. >--- > .../intranet-tmpl/prog/en/modules/intranet-main.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 542a350..8f1e50f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -18,8 +18,8 @@ > <div class="yui-b"><div class="yui-g"> > [% IF adminWarning %] > <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> >+ <p><strong>Warning:</strong> You're logged in with the database administrator account. This is a bad idea, and you are likely to encounter problems.</p> >+ <p>You should <a href="/cgi-bin/koha/members/members-home.pl">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 9841
:
16344
|
16358
| 16366