Bugzilla – Attachment 87940 Details for
Bug 22702
Circulation note on patron page should allow for HTML tags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Attachment to Bug 22702 - circulation note on patron page should allow for HTML tags
Bug-22702-circulation-note-on-patron-page-should-a.patch (text/plain), 1.88 KB, created by
Lucas Gass (lukeg)
on 2019-04-12 23:05:31 UTC
(
hide
)
Description:
Attachment to Bug 22702 - circulation note on patron page should allow for HTML tags
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-04-12 23:05:31 UTC
Size:
1.88 KB
patch
obsolete
>From b6c2393eab951505961eca656de274925a72a176 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 12 Apr 2019 23:04:06 +0000 >Subject: [PATCH] Bug 22702: circulation note on patron page should allow for > HTML tags > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index da0712d965..ca261e4d36 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -765,7 +765,7 @@ No patron matched <span class="ex">[% message | html %]</span> > [% IF ( notes ) %] > <div id="circnotes" class="circmessage"> > <h4>Notes:</h4> >- <p><span class="circ-hlt">[% notesmsg | html %]</span></p> >+ <p><span class="circ-hlt">[% notesmsg | $raw %]</span></p> > </div> > > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index d64be13549..1bbdc3fcf1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -509,7 +509,7 @@ > [% IF ( patron.borrowernotes ) %] > <li id="patron-borrowernotes"> > <span class="label">Circulation note: </span> >- [% patron.borrowernotes | html %] >+ [% patron.borrowernotes | $raw %] > </li> > [% END %] > >-- >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 22702
:
87940
|
88009
|
88115