Bugzilla – Attachment 93168 Details for
Bug 23683
Course reserves public notes on specific items should allow for HTML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23683: Course reserves public notes on specific items should allow for HTML
Bug-23683-Course-reserves-public-notes-on-specific.patch (text/plain), 2.26 KB, created by
Lucas Gass (lukeg)
on 2019-09-26 15:30:44 UTC
(
hide
)
Description:
Bug 23683: Course reserves public notes on specific items should allow for HTML
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-09-26 15:30:44 UTC
Size:
2.26 KB
patch
obsolete
>From 3ff8c63d615b3dbd0b4567b47112677b9f1d4ef7 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Sun, 22 Sep 2019 02:01:23 +0000 >Subject: [PATCH] Bug 23683: Course reserves public notes on specific items > should allow for HTML > >--- > .../intranet-tmpl/prog/en/modules/course_reserves/course-details.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >index d593f32e30..8fc19da003 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >@@ -188,7 +188,7 @@ > [% END %] > </td> > <td>[% IF (cr.public_note) %] >- [% cr.public_note | html %] >+ [% cr.public_note | $raw %] > [% ELSIF (cr.item.itemnotes) %] > [% cr.item.itemnotes | $raw %] > [% END %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >index b47c376768..6e2c2ef4fc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >@@ -78,7 +78,7 @@ > <td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td> > <td><span title="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates as_due_date => 1 %]</span></td> > <td>[% IF ( cr.public_note ) %] >- [% cr.public_note | html %] >+ [% cr.public_note | $raw %] > [% ELSIF ( cr.item.itemnotes ) %] > [% cr.item.itemnotes | $raw %] > [% 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 23683
:
93168
|
93169
|
93187