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 lines)
Lines 4-10 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
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
10
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-1 lines)
Lines 3-9 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
[% PROCESS 'i18n.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Course reserves &rsaquo; Koha</title>
8
<title>Course reserves &rsaquo; Koha</title>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt (-2 lines)
Lines 3-9 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
[% PROCESS 'i18n.inc' %]
8
7
9
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
10
- 

Return to bug 28898