Bugzilla – Attachment 88347 Details for
Bug 21312
Show lockout on Patrons form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21312: (QA follow-up) Ease translation
Bug-21312-QA-follow-up-Ease-translation.patch (text/plain), 1.58 KB, created by
Marcel de Rooy
on 2019-04-19 10:14:54 UTC
(
hide
)
Description:
Bug 21312: (QA follow-up) Ease translation
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2019-04-19 10:14:54 UTC
Size:
1.58 KB
patch
obsolete
>From 9dc4ec32941f8810c4d72b7b5a17d091a3b14224 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 20 Jan 2019 01:35:34 +0000 >Subject: [PATCH] Bug 21312: (QA follow-up) Ease translation >Content-Type: text/plain; charset=utf-8 > >I've changed the language a bit from "account locked out" to >"account locked" and split it up to ease translation. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 14076d5e26..2da2e1d000 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -151,7 +151,11 @@ > [% END %] > > [% IF patron.account_locked %] >- <li class="blocker">Account has been [% IF patron.login_attempts < 0 %]administratively [% END %]locked out.</li> >+ [% IF patron.login_attempts < 0 %] >+ <li class="blocker">Account has been administratively locked.</li> >+ [% ELSE %] >+ <li class="blocker">Account has been locked.</li> >+ [% END %] > [% END %] > </ul> > </div> >-- >2.11.0
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 21312
:
80385
|
84218
|
84246
|
84247
|
88346
|
88347
|
89312
|
89313