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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt (-2 / +5 lines)
Lines 1-6 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Add items &rsaquo; Course reserves &rsaquo; Koha</title>
3
<title>Add items &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
5
</head>
6
<body id="courses_add_items_step1" class="course">
6
<body id="courses_add_items_step1" class="course">
Lines 16-24 Link Here
16
        <li>
16
        <li>
17
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
17
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
18
        </li>
18
        </li>
19
        <li>
20
            <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | uri %]"><em>[% course.course_name | html %]</em></a>
21
        </li>
19
        <li>
22
        <li>
20
            <a href="#" aria-current="page">
23
            <a href="#" aria-current="page">
21
                Add reserves for <em>[% course.course_name | html %]</em>
24
                Add reserves
22
            </a>
25
            </a>
23
        </li>
26
        </li>
24
    </ol>
27
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt (-2 / +5 lines)
Lines 1-7 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>[% IF is_edit || course_reserve %]Edit item[% ELSE %]Add items[% END %] &rsaquo; Course reserves &rsaquo; Koha</title>
4
<title>[% IF is_edit || course_reserve %]Edit item[% ELSE %]Add items[% END %] &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
6
</head>
7
7
Lines 18-27 Link Here
18
        <li>
18
        <li>
19
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
19
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
20
        </li>
20
        </li>
21
        <li>
22
            <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | uri %]"><em>[% course.course_name | html %]</em></a>
23
        </li>
21
        <li>
24
        <li>
22
            <a href="#" aria-current="page">
25
            <a href="#" aria-current="page">
23
                [% IF is_edit || course_reserve %] Edit [% ELSE %] Reserve [% END %]
26
                [% IF is_edit || course_reserve %] Edit [% ELSE %] Reserve [% END %]
24
                <em>[% biblio.title | html %]</em> for <em>[% course.course_name | html %]</em>
27
                <em>[% biblio.title | html %]</em>
25
            </a>
28
            </a>
26
        </li>
29
        </li>
27
    </ol>
30
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt (-3 / +5 lines)
Lines 5-11 Link Here
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
6
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Add items &rsaquo; Course reserves &rsaquo; Koha</title>
8
<title>Add items &rsaquo; [% course.course_name | html %] &rsaquo; Course reserves &rsaquo; Koha</title>
9
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
10
</head>
11
<body id="courses_add_items_step1" class="course">
11
<body id="courses_add_items_step1" class="course">
Lines 21-29 Link Here
21
        <li>
21
        <li>
22
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
22
            <a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a>
23
        </li>
23
        </li>
24
        <li>
25
            <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course.course_id | uri %]"><em>[% course.course_name | html %]</em></a>
26
        </li>
24
        <li>
27
        <li>
25
            <a href="#" aria-current="page">
28
            <a href="#" aria-current="page">
26
                Add reserves for <em>[% course.course_name | html %]</em>
29
                Add reserves
27
            </a>
30
            </a>
28
        </li>
31
        </li>
29
    </ol>
32
    </ol>
30
- 

Return to bug 30917