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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-1 / +3 lines)
Lines 4-9 Link Here
4
[% USE ItemTypes %]
4
[% USE ItemTypes %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE TablesSettings %]
6
[% USE TablesSettings %]
7
[%# USE the plugin and define some macros %]
8
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Course details for [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
11
<title>Course details for [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
Lines 65-71 Link Here
65
            <div class="rows">
67
            <div class="rows">
66
              <ol>
68
              <ol>
67
                <li><span class="label">Course name</span> [% course.course_name | html %]</li>
69
                <li><span class="label">Course name</span> [% course.course_name | html %]</li>
68
                <li><span class="label">Term</span> [% AuthorisedValues.GetByCode( 'TERM', course.term ) | html %]</li>
70
                <li><span class="label">[% tp('Semester', 'Term') | html %]</span> [% AuthorisedValues.GetByCode( 'TERM', course.term ) | html %]</li>
69
                <li><span class="label">Department</span> [% AuthorisedValues.GetByCode( 'DEPARTMENT', course.department ) | html %]</li>
71
                <li><span class="label">Department</span> [% AuthorisedValues.GetByCode( 'DEPARTMENT', course.department ) | html %]</li>
70
                <li><span class="label">Course number</span> [% course.course_number | html %]</li>
72
                <li><span class="label">Course number</span> [% course.course_number | html %]</li>
71
                <li><span class="label">Section</span> [% course.section | html %]</li>
73
                <li><span class="label">Section</span> [% course.section | html %]</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-1 / +3 lines)
Lines 3-8 Link Here
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[%# USE the plugin and define some macros %]
7
[% PROCESS 'i18n.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Course reserves &rsaquo; Koha</title>
9
<title>Course reserves &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
Lines 48-54 Link Here
48
                                <th>Dept.</th>
50
                                <th>Dept.</th>
49
                                <th>Course #</th>
51
                                <th>Course #</th>
50
                                <th>Section</th>
52
                                <th>Section</th>
51
                                <th>Term</th>
53
                                <th>[% tp('Semester', 'Term') | html %]</th>
52
                                <th>Instructors</th>
54
                                <th>Instructors</th>
53
                                <th>Staff note</th>
55
                                <th>Staff note</th>
54
                                <th>Public note</th>
56
                                <th>Public note</th>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt (-2 / +3 lines)
Lines 3-8 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE TablesSettings %]
5
[% USE TablesSettings %]
6
[%# USE the plugin and define some macros %]
7
[% PROCESS 'i18n.inc' %]
6
8
7
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Courses &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
10
<title>Courses &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
Lines 41-47 Link Here
41
                                <th>Dept.</th>
43
                                <th>Dept.</th>
42
                                <th>Course #</th>
44
                                <th>Course #</th>
43
                                <th>Section</th>
45
                                <th>Section</th>
44
                                <th>Term</th>
46
                                <th>[% tp('Semester', 'Term') | html %]</th>
45
                                <th>Instructors</th>
47
                                <th>Instructors</th>
46
                                <th>Notes</th>
48
                                <th>Notes</th>
47
                            </tr>
49
                            </tr>
48
- 

Return to bug 28898