Bugzilla – Attachment 132264 Details for
Bug 24221
Convert OPACMySummaryNote system preference to news block
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24221: (follow-up) Remove id opac-my-summary-note
Bug-24221-follow-up-Remove-id-opac-my-summary-note.patch (text/plain), 1.22 KB, created by
Fridolin Somers
on 2022-03-25 20:44:34 UTC
(
hide
)
Description:
Bug 24221: (follow-up) Remove id opac-my-summary-note
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-03-25 20:44:34 UTC
Size:
1.22 KB
patch
obsolete
>From f67ffe19ed429568ff870e87ca226e52de47726b Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 25 Mar 2022 10:39:28 -1000 >Subject: [PATCH] Bug 24221: (follow-up) Remove id opac-my-summary-note > >Like in other conversions to news block, we do not need an HTML id in >the template, one is created by PROCESS koha_news_block >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index c9156c45f9..45f1432659 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -164,7 +164,7 @@ > > <div class="alert alert-info" id="notesaved" style="display:none;"></div> > [% IF ( OpacMySummaryNote ) %] >- <div id="opac-my-summary-note">[% PROCESS koha_news_block news => OpacMySummaryNote %]</div> >+ [% PROCESS koha_news_block news => OpacMySummaryNote %] > [% END %] > > [% IF Koha.Preference('AllowPatronToControlAutorenewal') %] >-- >2.35.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 24221
:
131204
|
131581
|
132013
|
132014
| 132264