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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt (-2 / +1 lines)
Lines 49-55 Link Here
49
                                    <td>[% AuthorisedValues.GetByCode( 'TERM' c.term, 1 ) | html %]</td>
49
                                    <td>[% AuthorisedValues.GetByCode( 'TERM' c.term, 1 ) | html %]</td>
50
                                    <td>
50
                                    <td>
51
                                      [% FOREACH i IN c.instructors %]
51
                                      [% FOREACH i IN c.instructors %]
52
                                          <div class="instructor"><span class"inst_surname">[% i.surname | html %]</span>[% IF i.firstname %]<span class="instr_separator">, </span><span class="instr_firstname">[% i.firstname | html %]</span>[% END %]</div>
52
                                          <div class="instructor"><span class="inst_surname">[% i.surname | html %]</span>[% IF i.firstname %]<span class="instr_separator">, </span><span class="instr_firstname">[% i.firstname | html %]</span>[% END %]</div>
53
                                      [% END %]
53
                                      [% END %]
54
                                    </td>
54
                                    </td>
55
                                    <td>[% c.public_note | $raw %]</td>
55
                                    <td>[% c.public_note | $raw %]</td>
56
- 

Return to bug 22949