Bugzilla – Attachment 120096 Details for
Bug 28193
OpacLoginInstructions news block broken by Bug 20168
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28193: (follow-up) Correct OpacLoginInstructions in login modal
Bug-28193-follow-up-Correct-OpacLoginInstructions-.patch (text/plain), 1.65 KB, created by
Kyle M Hall (khall)
on 2021-04-23 13:16:04 UTC
(
hide
)
Description:
Bug 28193: (follow-up) Correct OpacLoginInstructions in login modal
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-04-23 13:16:04 UTC
Size:
1.65 KB
patch
obsolete
>From 70c94c62c5cc40ce5d11e7f1e4b585ec4b35cb4e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 23 Apr 2021 00:21:30 +0000 >Subject: [PATCH] Bug 28193: (follow-up) Correct OpacLoginInstructions in login > modal > >Signed-off-by: John Doe <you@example.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 28c8ff23d8..b58703b8d0 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -389,9 +389,9 @@ > <fieldset class="brief"> > <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" /> > <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" /> >- [% IF Koha.Preference( 'OpacLoginInstructions' ) %] >+ [% IF ( OpacLoginInstructions ) %] > <div id="nologininstructions-modal" class="nologininstructions"> >- [% Koha.Preference( 'OpacLoginInstructions' ) | $raw %] >+ [% PROCESS koha_news_block news => OpacLoginInstructions %] > </div> > [% END %] > [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] >-- >2.24.3 (Apple Git-128)
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 28193
:
120008
|
120026
|
120037
|
120095
|
120096
|
120097
|
120098