Bugzilla – Attachment 89313 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.61 KB, created by
Martin Renvoize (ashimema)
on 2019-05-03 11:16:38 UTC
(
hide
)
Description:
Bug 21312: (QA follow-up) Ease translation
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-05-03 11:16:38 UTC
Size:
1.61 KB
patch
obsolete
>From 3ed6abd585b83f339f80be5eaf22b40875e70c1e 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 > >I've changed the language a bit from "account locked out" to >"account locked" and split it up to ease translation. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../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 79bcd49237..f37256188b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -153,7 +153,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.20.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 21312
:
80385
|
84218
|
84246
|
84247
|
88346
|
88347
|
89312
| 89313