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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-3 / +2 lines)
Lines 40-46 Link Here
40
                                <th>Instructors</th>
40
                                <th>Instructors</th>
41
                                <th>Staff note</th>
41
                                <th>Staff note</th>
42
                                <th>Public note</th>
42
                                <th>Public note</th>
43
                                <th># of Students</th>
43
                                <th># of students</th>
44
                                <th>Enabled</th>
44
                                <th>Enabled</th>
45
                            </tr>
45
                            </tr>
46
                        </thead>
46
                        </thead>
Lines 59-65 Link Here
59
                                        [% END %]
59
                                        [% END %]
60
                                    </td>
60
                                    </td>
61
                                    <td>[% c.staff_note | html %]</td>
61
                                    <td>[% c.staff_note | html %]</td>
62
                                    <td>[% c.public_note | html %]</td>
62
                                    <td>[% c.public_note | $raw %]</td>
63
                                    <td>[% c.students_count | html %]</td>
63
                                    <td>[% c.students_count | html %]</td>
64
                                    <td>
64
                                    <td>
65
                                        [% IF c.enabled == 'yes' %]
65
                                        [% IF c.enabled == 'yes' %]
66
- 

Return to bug 22501