Bugzilla – Attachment 87737 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: Add raw filter to course reserves summary page
Bug-22501-Add-raw-filter-to-course-reserves-summar.patch (text/plain), 1.72 KB, created by
Katrin Fischer
on 2019-04-10 20:44:02 UTC
(
hide
)
Description:
Bug 22501: Add raw filter to course reserves summary page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-04-10 20:44:02 UTC
Size:
1.72 KB
patch
obsolete
>From 452fa418b179da992a63b7b55c5c516939633c92 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 10 Apr 2019 20:42:22 +0000 >Subject: [PATCH] Bug 22501: Add raw filter to course reserves summary page > >Fixes another place where the public note is shown: >- Course reserves module start/summary page >--- > .../intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt >index 2842a10b25..0a59960220 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt >@@ -40,7 +40,7 @@ > <th>Instructors</th> > <th>Staff note</th> > <th>Public note</th> >- <th># of Students</th> >+ <th># of students</th> > <th>Enabled</th> > </tr> > </thead> >@@ -59,7 +59,7 @@ > [% END %] > </td> > <td>[% c.staff_note | html %]</td> >- <td>[% c.public_note | html %]</td> >+ <td>[% c.public_note | $raw %]</td> > <td>[% c.students_count | html %]</td> > <td> > [% IF c.enabled == 'yes' %] >-- >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