Bugzilla – Attachment 87127 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]
Attachment to Bug 22501 - OPAC course reserves notes should allow html links
Bug-22501-OPAC-course-reserves-notes-should-allow-.patch (text/plain), 1.28 KB, created by
Lucas Gass (lukeg)
on 2019-03-27 23:24:38 UTC
(
hide
)
Description:
Attachment to Bug 22501 - OPAC course reserves notes should allow html links
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-03-27 23:24:38 UTC
Size:
1.28 KB
patch
obsolete
>From 4d04e61c840b365b7de77c91320ac2a8003c4d8b 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 > >--- > 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