Bugzilla – Attachment 99712 Details for
Bug 23409
Show circulation note and OPAC note with line feeds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23409: show borrowernotes and opacnote's lines feeds
Bug-23409-show-borrowernotes-and-opacnotes-lines-f.patch (text/plain), 2.21 KB, created by
Bernardo Gonzalez Kriegel
on 2020-02-27 18:40:01 UTC
(
hide
)
Description:
Bug 23409: show borrowernotes and opacnote's lines feeds
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2020-02-27 18:40:01 UTC
Size:
2.21 KB
patch
obsolete
>From 94abba5136382645ec1b9be00abda551c8ce4edf Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Thu, 1 Aug 2019 14:48:31 +0200 >Subject: [PATCH] Bug 23409: show borrowernotes and opacnote's lines feeds > >Test plan: > - Fill borrowernotes and opacnote with lines separated by lines > endings, > - save and check the content is displayed on a single line, > - apply this patch, > - check lines endings are displayed > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > .../intranet-tmpl/prog/en/modules/members/moremember.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >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 cfc2a0ab23..4504c83aeb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -535,15 +535,15 @@ > > [% IF ( patron.borrowernotes ) %] > <li id="patron-borrowernotes"> >- <span class="label">Circulation note: </span> >- [% patron.borrowernotes | $raw %] >+ <span class="label">Circulation note: </span><br /> >+ [% patron.borrowernotes | html | html_line_break %] > </li> > [% END %] > > [% IF ( patron.opacnote ) %] > <li id="patron-opacnote"> >- <span class="label">OPAC note:</span> >- [% patron.opacnote | html %] >+ <span class="label">OPAC note:</span><br /> >+ [% patron.opacnote | html | html_line_break %] > </li> > [% END %] > >-- >2.17.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 23409
:
91905
|
91906
|
92172
|
92173
|
92246
|
92247
|
99712
|
99713
|
101386
|
101387