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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-2 / +1 lines)
Lines 44-50 Link Here
44
              <tbody>
44
              <tbody>
45
                <tr><th>Course name</th><td>[% course.course_name %]</td></tr>
45
                <tr><th>Course name</th><td>[% course.course_name %]</td></tr>
46
                <tr><th>Term</th><td>[% AuthorisedValues.GetByCode( 'TERM', course.term ) %]</td></tr>
46
                <tr><th>Term</th><td>[% AuthorisedValues.GetByCode( 'TERM', course.term ) %]</td></tr>
47
                <tr><th>Department</th><td>_[% AuthorisedValues.GetByCode( 'DEPARTMENT', course.department ) %]</td></tr>
47
                <tr><th>Department</th><td>[% AuthorisedValues.GetByCode( 'DEPARTMENT', course.department ) %]</td></tr>
48
                <tr><th>Course number</th><td>[% course.course_number %]</td></tr>
48
                <tr><th>Course number</th><td>[% course.course_number %]</td></tr>
49
                <tr><th>Section</th><td>[% course.section %]</td></tr>
49
                <tr><th>Section</th><td>[% course.section %]</td></tr>
50
                <tr><th>Instructors</th><td>[% FOREACH i IN course.instructors %]<div class="instructor"><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% i.borrowernumber %]">[% i.firstname %] [% i.surname %]</a></div>[% END %]</td></tr>
50
                <tr><th>Instructors</th><td>[% FOREACH i IN course.instructors %]<div class="instructor"><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% i.borrowernumber %]">[% i.firstname %] [% i.surname %]</a></div>[% END %]</td></tr>
51
- 

Return to bug 8215