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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt (-1 / +7 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Add reserves &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% t("Add reserves") | html %] &rsaquo;
7
    [% course.course_name | html %] &rsaquo;
8
    [% t("Course reserves") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
12
</head>
7
<body id="courses_add_items_step1" class="course">
13
<body id="courses_add_items_step1" class="course">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt (-2 / +11 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE HtmlTags %]
2
[% USE HtmlTags %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
<title>[% FILTER collapse %]
7
<title>[% IF is_edit || course_reserve %]Edit reserve[% ELSE %]Add reserves[% END %] &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
8
    [% IF is_edit || course_reserve %]
9
        [% t("Edit reserve") | html %]
10
    [% ELSE %]
11
        [% t("Add reserves") | html %]
12
    [% END %] &rsaquo;
13
    [% course.course_name | html %] &rsaquo;
14
    [% t("Course reserves") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
18
</head>
10
19
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt (-2 / +7 lines)
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 &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Add reserves") | html %] &rsaquo;
11
    [% course.course_name | html %] &rsaquo;
12
    [% t("Course reserves") | html %] &rsaquo;
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">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt (-1 / +6 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% PROCESS 'i18n.inc' %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
4
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Remove reserves &rsaquo; Course reserves &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Remove reserves") | html %] &rsaquo;
8
    [% t("Course reserves") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
12
</head>
8
<body id="courses_rm_items" class="course">
13
<body id="courses_rm_items" class="course">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-1 / +5 lines)
Lines 8-14 Link Here
8
[% PROCESS 'i18n.inc' %]
8
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Course details for [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% tx("Course details for {course_name}", { course_name = course.course_name }) | html %] &rsaquo;
13
    [% t("Course reserves") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
13
[% FILTER collapse %]
17
[% FILTER collapse %]
14
    <style>
18
    <style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-2 / +5 lines)
Lines 2-11 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% SET footerjs = 1 %]
6
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Course reserves &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Course reserves") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
10
13
11
</head>
14
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-1 / +9 lines)
Lines 3-9 Link Here
3
[% PROCESS 'i18n.inc' %]
3
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>[% IF course_name %] Edit [% course_name | html %] [% ELSE %] New course [% END %] &rsaquo; Course reserves &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% IF ( course_name ) %]
8
        [% tx("Edit {course_name}", { course_name = course_name }) | html %]
9
    [% ELSE %]
10
        [% t("New course") | html %]
11
    [% END %] &rsaquo;
12
    [% t("Course reserves") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
8
<style>
16
<style>
9
    #course_instructors {
17
    #course_instructors {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/invalid-course.tt (-2 / +6 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Course reserves &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Invalid course") | html %]
6
    [% t("Course reserves") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
5
<body id="courses_invalid_course" class="course">
10
<body id="courses_invalid_course" class="course">
6
11
7
- 

Return to bug 33914