View | Details | Raw Unified | Return to bug 23683
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-1 / +1 lines)
Lines 188-194 Link Here
188
                                [% END %]
188
                                [% END %]
189
                            </td>
189
                            </td>
190
                            <td>[% IF (cr.public_note) %]
190
                            <td>[% IF (cr.public_note) %]
191
                                    [% cr.public_note | html %]
191
                                    [% cr.public_note | $raw %]
192
                                [% ELSIF (cr.item.itemnotes) %]
192
                                [% ELSIF (cr.item.itemnotes) %]
193
                                    [% cr.item.itemnotes | $raw %]
193
                                    [% cr.item.itemnotes | $raw %]
194
                                [% END %]
194
                                [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-2 / +1 lines)
Lines 78-84 Link Here
78
                                    <td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td>
78
                                    <td>[% INCLUDE 'item-status.inc' item=cr.item issue=cr.issue %]</td>
79
                                    <td><span title="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates  as_due_date => 1 %]</span></td>
79
                                    <td><span title="[% cr.issue.date_due | html %]">[% cr.issue.date_due | $KohaDates  as_due_date => 1 %]</span></td>
80
                                    <td>[% IF ( cr.public_note ) %]
80
                                    <td>[% IF ( cr.public_note ) %]
81
                                            [% cr.public_note | html %]
81
                                            [% cr.public_note | $raw %]
82
                                        [% ELSIF ( cr.item.itemnotes ) %]
82
                                        [% ELSIF ( cr.item.itemnotes ) %]
83
                                            [% cr.item.itemnotes | $raw %]
83
                                            [% cr.item.itemnotes | $raw %]
84
                                        [% END %]
84
                                        [% END %]
85
- 

Return to bug 23683