Bugzilla – Attachment 147683 Details for
Bug 25947
Improve locked account message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25947: (QA follow-up) Fix filter
Bug-25947-QA-follow-up-Fix-filter.patch (text/plain), 1.45 KB, created by
Marcel de Rooy
on 2023-03-03 09:24:05 UTC
(
hide
)
Description:
Bug 25947: (QA follow-up) Fix filter
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-03-03 09:24:05 UTC
Size:
1.45 KB
patch
obsolete
>From a056eebdd6600880ebf2accb65dd85afae2db2ce Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 3 Mar 2023 09:21:15 +0000 >Subject: [PATCH] Bug 25947: (QA follow-up) Fix filter >Content-Type: text/plain; charset=utf-8 > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >index 17534a25b7..31153b9c38 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >@@ -54,7 +54,7 @@ > <span class="circ-hlt">Locked: </span></span> Patron's account has been locked (due to [% patron.login_attempts | html %] failed login attempts)</span> > [% IF CAN_user_borrowers_edit_borrowers %] > <span> >- <a href="/cgi-bin/koha/members/member-password.pl?member=[% patron.borrowernumber | html %]">Change password</a> >+ <a href="/cgi-bin/koha/members/member-password.pl?member=[% patron.borrowernumber | uri %]">Change password</a> > or <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&destination=circ&resetloginattempts=y">Reset login attempts</a> > </span> > [% END %] >-- >2.30.2
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 25947
:
106643
|
145502
|
145503
|
145589
|
145878
|
147683
|
169844
|
169853
|
169864
|
174271
|
174272