Bugzilla – Attachment 98008 Details for
Bug 24523
Fix opac-password-recovery markup mistake
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24523: add missing </p>
Bug-24523-add-missing-p.patch (text/plain), 1.39 KB, created by
PTFS Europe Sandboxes
on 2020-01-27 23:21:43 UTC
(
hide
)
Description:
Bug 24523: add missing </p>
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2020-01-27 23:21:43 UTC
Size:
1.39 KB
patch
obsolete
>From b4391090417560493676e3d91669932faf278755 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 27 Jan 2020 22:06:06 +0000 >Subject: [PATCH] Bug 24523: add missing </p> > >Signed-off-by: David Roberts <david.roberts@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt >index ebbcf37f3b..6d2e5d2ad4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt >@@ -92,7 +92,7 @@ > <form action="/cgi-bin/koha/opac-password-recovery.pl" method="post" autocomplete="off"> > <input type="hidden" name="koha_login_context" value="opac" /> > <fieldset> >- <p>To reset your password, enter your login or your email address. >+ <p>To reset your password, enter your login or your email address.</p> > <label for="username">Login:</label> > <input type="text" id="username" size="40" name="username" value="[% username | html %]" /> > <label for="email">Email:</label> >-- >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 24523
:
98007
|
98008
|
98209