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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (-1 / +26 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'cat-search.inc' %]
9
[% INCLUDE 'cat-search.inc' %]
10
10
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions statistics</a> &rsaquo; Results[% ELSE %] &rsaquo; Acquisitions statistics [% END %]</div>
11
<nav aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
13
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15
        </li>
16
        <li>
17
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
18
        </li>
19
        [% IF ( do_it ) %]
20
            <li>
21
                <a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions statistics</a>
22
            </li>
23
            <li>
24
                <a href="#" aria-current="page">
25
                    Results
26
                </a>
27
            </li>
28
        [% ELSE %]
29
            <li>
30
                <a href="#" aria-current="page">
31
                    Acquisitions statistics
32
                </a>
33
            </li>
34
        [% END %]
35
    </ol>
36
</nav>
12
37
13
<div class="main container-fluid">
38
<div class="main container-fluid">
14
    <div class="row">
39
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt (-1 / +26 lines)
Lines 11-17 Link Here
11
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'cat-search.inc' %]
12
[% INCLUDE 'cat-search.inc' %]
13
13
14
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a> &rsaquo; Results[% ELSE %]&rsaquo; Patrons with the most checkouts[% END %]</div>
14
<nav aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
16
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
        </li>
19
        <li>
20
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
21
        </li>
22
        [% IF ( do_it ) %]
23
            <li>
24
                <a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a>
25
            </li>
26
            <li>
27
                <a href="#" aria-current="page">
28
                    Results
29
                </a>
30
            </li>
31
        [% ELSE %]
32
            <li>
33
                <a href="#" aria-current="page">
34
                    Patrons with the most checkouts
35
                </a>
36
            </li>
37
        [% END %]
38
    </ol>
39
</nav>
15
40
16
<div class="main container-fluid">
41
<div class="main container-fluid">
17
    <div class="row">
42
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt (-1 / +15 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'cat-search.inc' %]
9
[% INCLUDE 'cat-search.inc' %]
10
10
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; Patrons with no checkouts</div>
11
<nav aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
13
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15
        </li>
16
        <li>
17
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
18
        </li>
19
        <li>
20
            <a href="#" aria-current="page">
21
                Patrons with no checkouts
22
            </a>
23
        </li>
24
    </ol>
25
</nav>
12
26
13
<div class="main container-fluid">
27
<div class="main container-fluid">
14
    <div class="row">
28
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt (-1 / +26 lines)
Lines 14-20 Link Here
14
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'cat-search.inc' %]
15
[% INCLUDE 'cat-search.inc' %]
16
16
17
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; <a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons statistics</a>[% IF ( do_it ) %] &rsaquo; Results[% END %]</div>
17
<nav aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
19
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
        </li>
22
        <li>
23
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
24
        </li>
25
        [% IF ( do_it ) %]
26
            <li>
27
                <a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons statistics</a>
28
            </li>
29
            <li>
30
                <a href="#" aria-current="page">
31
                    Results
32
                </a>
33
            </li>
34
        [% ELSE %]
35
            <li>
36
                <a href="#" aria-current="page">
37
                    Patrons statistics
38
                </a>
39
            </li>
40
        [% END %]
41
    </ol>
42
</nav>
18
43
19
<div class="main container-fluid">
44
<div class="main container-fluid">
20
    <div class="row">
45
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt (-9 / +27 lines)
Lines 17-31 Link Here
17
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'cat-search.inc' %]
18
[% INCLUDE 'cat-search.inc' %]
19
19
20
<div id="breadcrumbs">
20
<nav aria-label="Breadcrumb" class="breadcrumb">
21
    <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
21
    <ol>
22
    &rsaquo;
22
        <li>
23
    [% IF ( do_it ) %]
23
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
        <a href="/cgi-bin/koha/reports/cash_register_stats.pl">Cash register statistics</a> &rsaquo; Results
24
        </li>
25
    [% ELSE %]
25
        <li>
26
        Cash register statistics
26
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
27
    [% END %]
27
        </li>
28
</div>
28
29
        [% IF ( do_it ) %]
30
            <li>
31
                <a href="/cgi-bin/koha/reports/cash_register_stats.pl">Cash register statistics</a>
32
            </li>
33
            <li>
34
                <a href="#" aria-current="page">
35
                    Results
36
                </a>
37
            </li>
38
        [% ELSE %]
39
            <li>
40
                <a href="#" aria-current="page">
41
                    Cash register statistics
42
                </a>
43
            </li>
44
        [% END %]
45
    </ol>
46
</nav>
29
47
30
<div class="main container-fluid">
48
<div class="main container-fluid">
31
    <div class="row">
49
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt (-1 / +26 lines)
Lines 9-15 Link Here
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
11
11
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; [% IF ( do_it ) %]<a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a> &rsaquo; Results[% ELSE %]Most-Circulated Items[% END %]</div>
12
<nav aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
14
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
        </li>
17
        <li>
18
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
19
        </li>
20
        [% IF ( do_it ) %]
21
            <li>
22
                <a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a>
23
            </li>
24
            <li>
25
                <a href="#" aria-current="page">
26
                    Results
27
                </a>
28
            </li>
29
        [% ELSE %]
30
            <li>
31
                <a href="#" aria-current="page">
32
                    Most-Circulated Items
33
                </a>
34
            </li>
35
        [% END %]
36
    </ol>
37
</nav>
13
38
14
<div class="main container-fluid">
39
<div class="main container-fluid">
15
    <div class="row">
40
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt (-1 / +15 lines)
Lines 10-16 Link Here
10
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
12
12
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; Items with no checkouts</div>
13
<nav aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
15
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
        </li>
18
        <li>
19
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
20
        </li>
21
        <li>
22
            <a href="#" aria-current="page">
23
                Items with no checkouts
24
            </a>
25
        </li>
26
    </ol>
27
</nav>
14
28
15
<div class="main container-fluid">
29
<div class="main container-fluid">
16
    <div class="row">
30
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt (-1 / +26 lines)
Lines 9-15 Link Here
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
11
11
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog statistics</a> &rsaquo; Results[% ELSE %]&rsaquo; Catalog statistics[% END %]</div>
12
<nav aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
14
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
        </li>
17
        <li>
18
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
19
        </li>
20
        [% IF ( do_it ) %]
21
            <li>
22
                <a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog statistics</a>
23
            </li>
24
            <li>
25
                <a href="#" aria-current="page">
26
                    Results
27
                </a>
28
            </li>
29
        [% ELSE %]
30
            <li>
31
                <a href="#" aria-current="page">
32
                    Catalog statistics
33
                </a>
34
            </li>
35
        [% END %]
36
    </ol>
37
</nav>
13
38
14
<div class="main container-fluid">
39
<div class="main container-fluid">
15
    <div class="row">
40
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-7 / +71 lines)
Lines 20-32 Link Here
20
    [%- END -%]
20
    [%- END -%]
21
[%- END -%]
21
[%- END -%]
22
22
23
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; <a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports wizard</a>
23
<nav aria-label="Breadcrumb" class="breadcrumb">
24
[% IF ( new_dictionary ) %] &rsaquo; <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a> &rsaquo; <strong>Name the new definition</strong>
24
    <ol>
25
[% ELSIF ( step_2 ) %] &rsaquo; <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a> &rsaquo; <strong>Step 2: Choose the area </strong> 
25
        <li>
26
[% ELSIF ( step_3 ) %] &rsaquo; <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a> &rsaquo; <strong>Step 3: Choose a column </strong>
26
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
27
[% ELSIF ( step_4 ) %] &rsaquo; <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a> &rsaquo; <strong>Step 4: Specify a value </strong> 
27
        </li>
28
[% ELSIF ( step_5 ) %] &rsaquo; <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a> &rsaquo; <strong>Step 5: Confirm definition</strong> 
28
        <li>
29
[% ELSE %] &rsaquo; <strong> Dictionary </strong>[% END %]</div>
29
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
30
        </li>
31
        <li>
32
            <a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports wizard</a>
33
        </li>
34
35
        [% IF ( new_dictionary ) %]
36
            <li>
37
                <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a>
38
            </li>
39
            <li>
40
                <a href="#" aria-current="page">
41
                    Name the new definition
42
                </a>
43
            </li>
44
45
        [% ELSIF ( step_2 ) %]
46
            <li>
47
                <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a>
48
            </li>
49
            <li>
50
                <a href="#" aria-current="page">
51
                    Step 2: Choose the area
52
                </a>
53
            </li>
54
55
        [% ELSIF ( step_3 ) %]
56
            <li>
57
                <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a>
58
            </li>
59
            <li>
60
                <a href="#" aria-current="page">
61
                    Step 3: Choose a column
62
                </a>
63
            </li>
64
65
        [% ELSIF ( step_4 ) %]
66
            <li>
67
                <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a>
68
            </li>
69
            <li>
70
                <a href="#" aria-current="page">
71
                    Step 4: Specify a value
72
                </a>
73
            </li>
74
75
        [% ELSIF ( step_5 ) %]
76
            <li>
77
                <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a>
78
            </li>
79
            <li>
80
                <a href="#" aria-current="page">
81
                    Step 5: Confirm definition
82
                </a>
83
            </li>
84
85
        [% ELSE %]
86
            <li>
87
                <a href="#" aria-current="page">
88
                    Dictionary
89
                </a>
90
            </li>
91
        [% END %]
92
    </ol>
93
</nav>
30
94
31
<div class="main container-fluid">
95
<div class="main container-fluid">
32
    <div class="row">
96
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-31 / +79 lines)
Lines 66-103 Link Here
66
[% INCLUDE 'header.inc' %]
66
[% INCLUDE 'header.inc' %]
67
[% INCLUDE 'circ-search.inc' %]
67
[% INCLUDE 'circ-search.inc' %]
68
68
69
<div id="breadcrumbs">
69
<nav aria-label="Breadcrumb" class="breadcrumb">
70
    <a href="/cgi-bin/koha/mainpage.pl">Home</a>
70
    <ol>
71
    &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
71
        <li>
72
    &rsaquo; <a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports wizard</a>
72
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
73
73
        </li>
74
    [% IF ( saved1 ) %]
74
        <li>
75
        &rsaquo; Saved reports
75
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
76
    [% ELSIF ( create ) %]
76
        </li>
77
        &rsaquo; Create from SQL
77
        <li>
78
    [% ELSIF ( showsql ) %]
78
            <a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports wizard</a>
79
        &rsaquo; <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> &rsaquo; [% reportname | html %] ([% id | html %])
79
        </li>
80
    [% ELSIF ( editsql ) %]
80
81
        &rsaquo; <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> &rsaquo; <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&amp;phase=Show%20SQL">[% reportname | html %] ([% id | html %])</a> &rsaquo; Edit
81
        [% IF ( saved1 ) %]
82
    [% ELSIF ( execute ) %]
82
            <li>
83
        &rsaquo; <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> &rsaquo; <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&amp;phase=Show%20SQL">[% name | html %] ([% id | html %])</a> &rsaquo; Run
83
                <a href="#" aria-current="page">
84
    [% ELSIF ( build1 || build2 || build3 || build4 || build5 || build6 ) %]
84
                    Saved reports
85
        &rsaquo; <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a report</a>
85
                </a>
86
        [% IF ( build1 ) %]
86
            </li>
87
            &rsaquo; Step 1 of 6: Choose a module
87
        [% ELSIF ( create ) %]
88
        [% ELSIF ( build2 ) %]
88
            <li>
89
            &rsaquo; Step 2 of 6: Pick a report type
89
                <a href="#" aria-current="page">
90
        [% ELSIF ( build3 ) %]
90
                    Create from SQL
91
            &rsaquo; Step 3 of 6: Select columns for display
91
                </a>
92
        [% ELSIF ( build4 ) %]
92
            </li>
93
            &rsaquo; Step 4 of 6: Select criteria to limit on
93
        [% ELSIF ( showsql ) %]
94
        [% ELSIF ( build5 ) %]
94
            <li>
95
            &rsaquo; Step 5 of 6: Pick which columns to total
95
                <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a>
96
        [% ELSIF ( build6 ) %]
96
            </li>
97
            &rsaquo; Step 6 of 6: Select how you want the report ordered
97
            <li>
98
                <a href="#" aria-current="page">
99
                    [% reportname | html %] ([% id | html %])
100
                </a>
101
            </li>
102
        [% ELSIF ( editsql ) %]
103
            <li>
104
                <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a>
105
            </li>
106
            <li>
107
                <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&amp;phase=Show%20SQL">[% reportname | html %] ([% id | html %])</a>
108
            </li>
109
            <li>
110
                <a href="#" aria-current="page">
111
                    Edit
112
                </a>
113
            </li>
114
        [% ELSIF ( execute ) %]
115
            <li>
116
                <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a>
117
            </li>
118
            <li>
119
                <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&amp;phase=Show%20SQL">[% name | html %] ([% id | html %])</a>
120
            </li>
121
            <li>
122
                <a href="#" aria-current="page">
123
                    Run
124
                </a>
125
            </li>
126
        [% ELSIF ( build1 || build2 || build3 || build4 || build5 || build6 ) %]
127
            <li>
128
                <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a report</a>
129
            </li>
130
            <li>
131
                <a href="#" aria-current="page">
132
                    [% IF ( build1 ) %]
133
                        Step 1 of 6: Choose a module
134
                    [% ELSIF ( build2 ) %]
135
                        Step 2 of 6: Pick a report type
136
                    [% ELSIF ( build3 ) %]
137
                        Step 3 of 6: Select columns for display
138
                    [% ELSIF ( build4 ) %]
139
                        Step 4 of 6: Select criteria to limit on
140
                    [% ELSIF ( build5 ) %]
141
                        Step 5 of 6: Pick which columns to total
142
                    [% ELSIF ( build6 ) %]
143
                        Step 6 of 6: Select how you want the report ordered
144
                    [% END %]
145
                </a>
98
        [% END %]
146
        [% END %]
99
    [% END %]
147
    </ol>
100
</div> <!-- /#breadcrumbs -->
148
</nav> <!-- /#breadcrumbs -->
101
149
102
<div id="update_sql" class="modal" tabindex="-1" role="dialog" aria-labelledby="update_sql_label" aria-hidden="true">
150
<div id="update_sql" class="modal" tabindex="-1" role="dialog" aria-labelledby="update_sql_label" aria-hidden="true">
103
    <div class="modal-dialog">
151
    <div class="modal-dialog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt (-1 / +26 lines)
Lines 9-15 Link Here
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
11
11
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a> &rsaquo; Results [% ELSE %]&rsaquo; Average loan time[% END %]</div>
12
<nav aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
14
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
        </li>
17
        <li>
18
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
19
        </li>
20
        [% IF ( do_it ) %]
21
            <li>
22
                <a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a>
23
            </li>
24
            <li>
25
                <a href="#" aria-current="page">
26
                    Results
27
                </a>
28
            </li>
29
        [% ELSE %]
30
            <li>
31
                <a href="#" aria-current="page">
32
                    Average loan time
33
                </a>
34
            </li>
35
        [% END %]
36
    </ol>
37
</nav>
13
38
14
<div class="main container-fluid">
39
<div class="main container-fluid">
15
    <div class="row">
40
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-1 / +26 lines)
Lines 12-18 Link Here
12
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'cat-search.inc' %]
13
[% INCLUDE 'cat-search.inc' %]
14
14
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation statistics</a> &rsaquo; Results [% ELSE %]&rsaquo; Circulation statistics[% END %]</div>
15
<nav aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
17
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
        </li>
20
        <li>
21
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
22
        </li>
23
        [% IF ( do_it ) %]
24
            <li>
25
                <a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation statistics</a>
26
            </li>
27
            <li>
28
                <a href="#" aria-current="page">
29
                    Results
30
                </a>
31
            </li>
32
        [% ELSE %]
33
            <li>
34
                <a href="#" aria-current="page">
35
                    Circulation statistics
36
                </a>
37
            </li>
38
        [% END %]
39
    </ol>
40
</nav>
16
41
17
<div class="main container-fluid">
42
<div class="main container-fluid">
18
    <div class="row">
43
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +27 lines)
Lines 16-22 Link Here
16
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'cat-search.inc' %]
17
[% INCLUDE 'cat-search.inc' %]
18
18
19
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>[% IF ( get_items ) %] &rsaquo; <a href="/cgi-bin/koha/reports/itemslost.pl">Lost items</a> &rsaquo; Results[% ELSE %] &rsaquo; Lost items[% END %]</div>
19
<nav aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
21
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
        </li>
24
        <li>
25
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
26
        </li>
27
28
        [% IF ( get_items ) %]
29
            <li>
30
                <a href="/cgi-bin/koha/reports/itemslost.pl">Lost items</a>
31
            </li>
32
            <li>
33
                <a href="#" aria-current="page">
34
                    Results
35
                </a>
36
            </li>
37
        [% ELSE %]
38
            <li>
39
                <a href="#" aria-current="page">
40
                    Lost items
41
                </a>
42
            </li>
43
        [% END %]
44
    </ol>
45
</nav>
20
46
21
<div class="main container-fluid">
47
<div class="main container-fluid">
22
    <div class="row">
48
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-1 / +26 lines)
Lines 14-20 Link Here
14
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'cat-search.inc' %]
15
[% INCLUDE 'cat-search.inc' %]
16
16
17
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>[% IF ( do_it ) %] &rsaquo; <a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalog by item type</a> &rsaquo; Results[% ELSE %] &rsaquo; Catalog by item type[% END %]</div>
17
<nav aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
19
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
        </li>
22
        <li>
23
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
24
        </li>
25
        [% IF ( do_it ) %]
26
            <li>
27
                <a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalog by item type</a>
28
            </li>
29
            <li>
30
                <a href="#" aria-current="page">
31
                    Results
32
                </a>
33
            </li>
34
        [% ELSE %]
35
            <li>
36
                <a href="#" aria-current="page">
37
                    Catalog by item type
38
                </a>
39
            </li>
40
        [% END %]
41
    </ol>
42
</nav>
18
43
19
<div class="main container-fluid">
44
<div class="main container-fluid">
20
    <div class="row">
45
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt (-1 / +26 lines)
Lines 11-17 Link Here
11
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'cat-search.inc' %]
12
[% INCLUDE 'cat-search.inc' %]
13
13
14
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>[% IF ( get_orders ) %] &rsaquo; <a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a> &rsaquo; Results[% ELSE %] &rsaquo; Orders by fund[% END %]</div>
14
<nav aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
16
        <li>
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
        </li>
19
        <li>
20
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
21
        </li>
22
        [% IF ( get_orders ) %]
23
            <li>
24
                <a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a>
25
            </li>
26
            <li>
27
                <a href="#" aria-current="page">
28
                    Results
29
                </a>
30
            </li>
31
        [% ELSE %]
32
            <li>
33
                <a href="#" aria-current="page">
34
                    Orders by fund
35
                </a>
36
            </li>
37
        [% END %]
38
    </ol>
39
</nav>
15
40
16
<div class="main container-fluid">
41
<div class="main container-fluid">
17
    <div class="row">
42
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt (-1 / +12 lines)
Lines 8-14 Link Here
8
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'circ-search.inc' %]
9
[% INCLUDE 'circ-search.inc' %]
10
10
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Reports</div>
11
<nav aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
13
        <li>
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15
        </li>
16
        <li>
17
            <a href="#" aria-current="page">
18
                Reports
19
            </a>
20
        </li>
21
    </ol>
22
</nav>
12
23
13
<div class="main container-fluid">
24
<div class="main container-fluid">
14
    <div class="row">
25
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-1 / +26 lines)
Lines 12-18 Link Here
12
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'cat-search.inc' %]
13
[% INCLUDE 'cat-search.inc' %]
14
14
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds statistics</a> &rsaquo; Results [% ELSE %]&rsaquo; Holds statistics[% END %]</div>
15
<nav aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
17
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
        </li>
20
        <li>
21
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
22
        </li>
23
        [% IF ( do_it ) %]
24
            <li>
25
                <a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds statistics</a>
26
            </li>
27
            <li>
28
                <a href="#" aria-current="page">
29
                    Results
30
                </a>
31
            </li>
32
        [% ELSE %]
33
            <li>
34
                <a href="#" aria-current="page">
35
                    Holds statistics
36
                </a>
37
            </li>
38
        [% END %]
39
    </ol>
40
</nav>
16
41
17
<div class="main container-fluid">
42
<div class="main container-fluid">
18
    <div class="row">
43
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-1 / +15 lines)
Lines 15-21 Link Here
15
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'cat-search.inc' %]
16
[% INCLUDE 'cat-search.inc' %]
17
17
18
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; Serials subscriptions stats</div>
18
<nav aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
20
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
        </li>
23
        <li>
24
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
25
        </li>
26
        <li>
27
            <a href="#" aria-current="page">
28
                Serials subscriptions stats
29
            </a>
30
        </li>
31
    </ol>
32
</nav>
19
33
20
<div class="main container-fluid">
34
<div class="main container-fluid">
21
    <div class="row">
35
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-11 / +31 lines)
Lines 25-42 Link Here
25
[% INCLUDE 'circ-search.inc' %]
25
[% INCLUDE 'circ-search.inc' %]
26
26
27
[% UNLESS ( multi_hold ) %]
27
[% UNLESS ( multi_hold ) %]
28
    <div id="breadcrumbs">
28
    <nav aria-label="Breadcrumb" class="breadcrumb">
29
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
29
        <ol>
30
        <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo;
30
            <li>
31
        [% INCLUDE 'biblio-title.inc' link =1 %] &rsaquo;
31
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
32
        Place a hold
32
            </li>
33
    </div>
33
            <li>
34
                <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
35
            </li>
36
            [% INCLUDE 'biblio-title.inc' link =1 %]
37
            <li>
38
                <a href="#" aria-current="page">
39
                    Place a hold
40
                </a>
41
            </li>
42
        </ol>
43
    </nav>
34
[% ELSE %]
44
[% ELSE %]
35
    <div id="breadcrumbs">
45
    <nav aria-label="Breadcrumb" class="breadcrumb">
36
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
46
        <ol>
37
        <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo;
47
            <li>
38
        Confirm holds
48
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
39
    </div>
49
            </li>
50
            <li>
51
                <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
52
            </li>
53
            <li>
54
                <a href="#" aria-current="page">
55
                    Confirm holds
56
                </a>
57
            </li>
58
        </ol>
59
    </nav>
40
[% END # UNLESS multi_hold %]
60
[% END # UNLESS multi_hold %]
41
61
42
<div class="main container-fluid">
62
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt (-3 / +22 lines)
Lines 9-16 Link Here
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
11
11
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
12
<nav aria-label="Breadcrumb" class="breadcrumb">
13
&rsaquo; <a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> &rsaquo;[% IF ( status ) %] Approved comments[% ELSE %] Comments awaiting moderation[% END %]</div>
13
    <ol>
14
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
        </li>
17
        <li>
18
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
19
        </li>
20
        <li>
21
            <a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a>
22
        </li>
23
        <li>
24
            <a href="#" aria-current="page">
25
                [% IF ( status ) %]
26
                    Approved comments
27
                [% ELSE %]
28
                    Comments awaiting moderation
29
                [% END %]
30
            </a>
31
        </li>
32
    </ol>
33
</nav>
14
34
15
<div class="main container-fluid">
35
<div class="main container-fluid">
16
    <div class="row">
36
    <div class="row">
17
- 

Return to bug 27846