Bugzilla – Attachment 112930 Details for
Bug 23979
"Account is locked" message should be displayed on all patron pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23979: Remove final dot
Bug-23979-Remove-final-dot.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2020-11-03 14:29:19 UTC
(
hide
)
Description:
Bug 23979: Remove final dot
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-11-03 14:29:19 UTC
Size:
1.24 KB
patch
obsolete
>From ee501d34dd5177db3abdcb795032d66a0bbd1bda Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 3 Nov 2020 15:28:56 +0100 >Subject: [PATCH] Bug 23979: Remove final dot > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index e8a3fcc152..e89544a71d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -115,9 +115,9 @@ > <li><span class="patronupdatedon">Updated on [% patron.updated_on | $KohaDates with_hours => 1 %]</span></li> > [% IF patron.account_locked %] > [% IF patron.login_attempts < 0 %] >- <li class="blocker account_admin_locked">Account has been administratively locked.</li> >+ <li class="blocker account_admin_locked">Account has been administratively locked</li> > [% ELSE %] >- <li class="blocker account_locked">Account has been locked.</li> >+ <li class="blocker account_locked">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 23979
:
111316
|
111676
|
111802
| 112930