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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-2 / +1 lines)
Lines 130-136 Link Here
130
                    <li><span class="label">Public note: </span> [% course.public_note | scrub_html type => 'note' | $raw %]</li>
130
                    <li><span class="label">Public note: </span> [% course.public_note | scrub_html type => 'note' | $raw %]</li>
131
                [% END %]
131
                [% END %]
132
                <li><span class="label">Student count: </span> [% course.students_count || "0" | html %]</li>
132
                <li><span class="label">Student count: </span> [% course.students_count || "0" | html %]</li>
133
                <li><span class="label">Status: </span> [% IF course.enabled == 'yes' %]Active[% ELSE %]Inactive[% END %]</li>
133
                <li><span class="label">Status</span> [% IF course.enabled == 'yes' %][% tp('Course status', 'Active') | html %][% ELSE %][% tp('Course status', 
134
            </ol>
134
            </ol>
135
        </div>
135
        </div>
136
    </div>
136
    </div>
137
- 

Return to bug 39045