Bugzilla – Attachment 87735 Details for
Bug 22501
OPAC course reserves notes should allow html links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22501: OPAC course reserves notes should allow html links
Bug-22501-OPAC-course-reserves-notes-should-allow-.patch (text/plain), 1.44 KB, created by
Katrin Fischer
on 2019-04-10 20:43:53 UTC
(
hide
)
Description:
Bug 22501: OPAC course reserves notes should allow html links
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-04-10 20:43:53 UTC
Size:
1.44 KB
patch
obsolete
>From 424c9df0cbcb78aeaa61b16cb53fec10040133a6 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 26 Mar 2019 17:41:36 +0000 >Subject: [PATCH] Bug 22501: OPAC course reserves notes should allow html links > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >index 47c7fa1e22..1419a44944 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >@@ -52,7 +52,7 @@ > <div class="instructor"><span class"inst_surname">[% i.surname | html %]</span>[% IF i.firstname %]<span class="instr_separator">, </span><span class="instr_firstname">[% i.firstname | html %]</span>[% END %]</div> > [% END %] > </td> >- <td>[% c.public_note | html %]</td> >+ <td>[% c.public_note | $raw %]</td> > [% END %] > </tbody> > </table> >-- >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 22501
:
87127
|
87329
|
87380
|
87658
| 87735 |
87736
|
87737
|
88333