Bugzilla – Attachment 49461 Details for
Bug 16133
Translatability of database administrator account warning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16133: Translatability of database administrator account warning
PASSED-QA-Bug-16133-Translatability-of-database-ad.patch (text/plain), 2.44 KB, created by
Katrin Fischer
on 2016-03-23 21:19:02 UTC
(
hide
)
Description:
[PASSED QA] Bug 16133: Translatability of database administrator account warning
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-03-23 21:19:02 UTC
Size:
2.44 KB
patch
obsolete
>From 1e0a3168412828d528f69780a908b53f071c1ca9 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 23 Mar 2016 08:11:49 +0100 >Subject: [PATCH] [PASSED QA] Bug 16133: Translatability of database > administrator account warning > >This patch removes sentence splitting of the database administrator warning with >a button styled link. > >Additionally, it uses the same wording as in the warning on the 'About' page. > >To test: > >- Apply patch >- Log in to Staff client as database administration user >- Verify that the wording of the warning is the same as on the About page (Tab > 'System information') >- Verify that the link to the patron administration page is styled as a button > and behaves correctly > >NOTE: Actually, the category is irrelevant. But I like the improved message. > Categories may or may not be set up at the initial log in. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 5 +++-- > 1 file changed, 3 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 be0e5aa..64c05f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -19,8 +19,9 @@ > <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 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> >+ <p><strong>Warning:</strong> You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.</p> >+ <p>Please log in instead with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.</p> >+<p><a class="btn btn-small" href="/cgi-bin/koha/members/members-home.pl"><i class="fa fa-plus"> </i> Create patron</a></p> > </div> > [% END %] > <div class="yui-u first"> >-- >1.9.1
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 16133
:
49425
|
49460
| 49461