Bugzilla – Attachment 95040 Details for
Bug 23968
OPACMySummaryNote does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23968: Add div this id around OPACMySummaryNote content
Bug-23968-Add-div-this-id-around-OPACMySummaryNote.patch (text/plain), 1.08 KB, created by
Fridolin Somers
on 2019-11-05 08:57:03 UTC
(
hide
)
Description:
Bug 23968: Add div this id around OPACMySummaryNote content
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2019-11-05 08:57:03 UTC
Size:
1.08 KB
patch
obsolete
>From 486f63749d96a1a854c29442d3ce3fdce0931d0f Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 5 Nov 2019 09:55:25 +0100 >Subject: [PATCH] Bug 23968: Add div this id around OPACMySummaryNote content > >--- > 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 c0ced8742c..96c494c949 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -142,7 +142,7 @@ > <div class="alert alert-info" id="notesaved" style="display:none;"></div> > > [% IF Koha.Preference('OPACMySummaryNote') %] >- [% Koha.Preference('OPACMySummaryNote') | $raw %] >+ <div id="opac-my-summary-note">[% Koha.Preference('OPACMySummaryNote') | $raw %]</div> > [% END %] > > <div id="opac-user-views" class="toptabs"> >-- >2.23.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 23968
:
95039
|
95040
|
95046
|
95047