|
Lines 2-12
Link Here
|
| 2 |
[% USE AuthorisedValues %] |
2 |
[% USE AuthorisedValues %] |
| 3 |
[% USE Branches %] |
3 |
[% USE Branches %] |
| 4 |
[% USE ItemTypes %] |
4 |
[% USE ItemTypes %] |
| 5 |
|
5 |
[% PROCESS 'i18n.inc' %] |
| 6 |
[% SET footerjs = 1 %] |
6 |
[% SET footerjs = 1 %] |
| 7 |
|
7 |
|
| 8 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
| 9 |
<title>Add reserves › [% course.course_name | html %] › Course reserves › Koha</title> |
9 |
<title>[% FILTER collapse %] |
|
|
10 |
[% t("Add reserves") | html %] › |
| 11 |
[% course.course_name | html %] › |
| 12 |
[% t("Course reserves") | html %] › |
| 13 |
[% t("Koha") | html %] |
| 14 |
[% END %]</title> |
| 10 |
[% INCLUDE 'doc-head-close.inc' %] |
15 |
[% INCLUDE 'doc-head-close.inc' %] |
| 11 |
</head> |
16 |
</head> |
| 12 |
<body id="courses_add_items_step1" class="course"> |
17 |
<body id="courses_add_items_step1" class="course"> |