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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (-22 / +14 lines)
Lines 1-3 Link Here
1
[% USE raw %]
1
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>[% IF ( do_it ) %]Acquisitions statistics &rsaquo; Results[% ELSE %]Acquisitions statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
4
<title>[% IF ( do_it ) %]Acquisitions statistics &rsaquo; Results[% ELSE %]Acquisitions statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
Lines 10-42 Link Here
10
[% END %]
11
[% END %]
11
12
12
[% WRAPPER 'sub-header.inc' %]
13
[% WRAPPER 'sub-header.inc' %]
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    [% WRAPPER breadcrumbs %]
14
    <ol>
15
        [% WRAPPER breadcrumb_item %]
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>
16
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
20
        </li>
17
        [% END %]
21
        [% IF ( do_it ) %]
18
        [% IF ( do_it ) %]
22
            <li>
19
            [% WRAPPER breadcrumb_item %]
23
                <a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions statistics</a>
20
                <a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions statistics</a>
24
            </li>
21
            [% END %]
25
            <li>
22
            [% WRAPPER breadcrumb_item bc_active= 1 %]
26
                <a href="#" aria-current="page">
23
                <span>Results</span>
27
                    Results
24
            [% END %]
28
                </a>
29
            </li>
30
        [% ELSE %]
25
        [% ELSE %]
31
            <li>
26
            [% WRAPPER breadcrumb_item bc_active= 1 %]
32
                <a href="#" aria-current="page">
27
                <span>Acquisitions statistics</span>
33
                    Acquisitions statistics
28
            [% END %]
34
                </a>
35
            </li>
36
        [% END %]
29
        [% END %]
37
    </ol>
30
    [% END #/ WRAPPER breadcrumbs %]
38
</nav>
31
[% END #/ WRAPPER sub-header.inc %]
39
[% END %]
40
32
41
<div class="main container-fluid">
33
<div class="main container-fluid">
42
    <div class="row">
34
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt (-22 / +14 lines)
Lines 1-3 Link Here
1
[% USE raw %]
1
[% USE Branches %]
2
[% USE Branches %]
2
[% USE KohaDates %]
3
[% USE KohaDates %]
3
[% USE ItemTypes %]
4
[% USE ItemTypes %]
Lines 13-45 Link Here
13
[% END %]
14
[% END %]
14
15
15
[% WRAPPER 'sub-header.inc' %]
16
[% WRAPPER 'sub-header.inc' %]
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    [% WRAPPER breadcrumbs %]
17
    <ol>
18
        [% WRAPPER breadcrumb_item %]
18
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
        </li>
21
        <li>
22
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
19
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
23
        </li>
20
        [% END %]
24
        [% IF ( do_it ) %]
21
        [% IF ( do_it ) %]
25
            <li>
22
            [% WRAPPER breadcrumb_item %]
26
                <a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a>
23
                <a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a>
27
            </li>
24
            [% END %]
28
            <li>
25
            [% WRAPPER breadcrumb_item bc_active= 1 %]
29
                <a href="#" aria-current="page">
26
                <span>Results</span>
30
                    Results
27
            [% END %]
31
                </a>
32
            </li>
33
        [% ELSE %]
28
        [% ELSE %]
34
            <li>
29
            [% WRAPPER breadcrumb_item bc_active= 1 %]
35
                <a href="#" aria-current="page">
30
                <span>Patrons with the most checkouts</span>
36
                    Patrons with the most checkouts
31
            [% END %]
37
                </a>
38
            </li>
39
        [% END %]
32
        [% END %]
40
    </ol>
33
    [% END #/ WRAPPER breadcrumbs %]
41
</nav>
34
[% END #/ WRAPPER sub-header.inc %]
42
[% END %]
43
35
44
<div class="main container-fluid">
36
<div class="main container-fluid">
45
    <div class="row">
37
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt (-15 / +18 lines)
Lines 1-3 Link Here
1
[% USE raw %]
1
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Patrons with no checkouts &rsaquo; Reports &rsaquo; Koha</title>
4
<title>Patrons with no checkouts &rsaquo; Reports &rsaquo; Koha</title>
Lines 10-31 Link Here
10
[% END %]
11
[% END %]
11
12
12
[% WRAPPER 'sub-header.inc' %]
13
[% WRAPPER 'sub-header.inc' %]
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    [% WRAPPER breadcrumbs %]
14
    <ol>
15
        [% WRAPPER breadcrumb_item %]
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>
16
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
20
        </li>
17
        [% END %]
21
        <li>
18
        [% IF ( do_it ) %]
22
            <a href="#" aria-current="page">
19
            [% WRAPPER breadcrumb_item %]
23
                Patrons with no checkouts
20
                <a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons with no checkouts</a>
24
            </a>
21
            [% END %]
25
        </li>
22
            [% WRAPPER breadcrumb_item bc_active= 1 %]
26
    </ol>
23
                <span>Results</span>
27
</nav>
24
            [% END %]
28
[% END %]
25
        [% ELSE %]
26
            [% WRAPPER breadcrumb_item bc_active= 1 %]
27
                <span>Patrons with no checkouts</span>
28
            [% END %]
29
        [% END %]
30
    [% END #/ WRAPPER breadcrumbs %]
31
[% END #/ WRAPPER sub-header.inc %]
29
32
30
<div class="main container-fluid">
33
<div class="main container-fluid">
31
    <div class="row">
34
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt (-23 / +14 lines)
Lines 1-3 Link Here
1
[% USE raw %]
1
[% USE Branches %]
2
[% USE Branches %]
2
[% USE Koha %]
3
[% USE Koha %]
3
[% USE Asset %]
4
[% USE Asset %]
Lines 18-50 Link Here
18
[% END %]
19
[% END %]
19
20
20
[% WRAPPER 'sub-header.inc' %]
21
[% WRAPPER 'sub-header.inc' %]
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    [% WRAPPER breadcrumbs %]
22
    <ol>
23
        [% WRAPPER breadcrumb_item %]
23
        <li>
24
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
25
        </li>
26
        <li>
27
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
24
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
28
        </li>
25
        [% END %]
29
        [% IF ( do_it ) %]
26
        [% IF ( do_it ) %]
30
            <li>
27
            [% WRAPPER breadcrumb_item %]
31
                <a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons statistics</a>
28
                <a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons statistics</a>
32
            </li>
29
            [% END %]
33
            <li>
30
            [% WRAPPER breadcrumb_item bc_active= 1 %]
34
                <a href="#" aria-current="page">
31
                <span>Results</span>
35
                    Results
32
            [% END %]
36
                </a>
37
            </li>
38
        [% ELSE %]
33
        [% ELSE %]
39
            <li>
34
            [% WRAPPER breadcrumb_item bc_active= 1 %]
40
                <a href="#" aria-current="page">
35
                <span>Patrons statistics</span>
41
                    Patrons statistics
36
            [% END %]
42
                </a>
43
            </li>
44
        [% END %]
37
        [% END %]
45
    </ol>
38
    [% END #/ WRAPPER breadcrumbs %]
46
</nav>
39
[% END #/ WRAPPER sub-header.inc %]
47
[% END %]
48
40
49
<div class="main container-fluid">
41
<div class="main container-fluid">
50
    <div class="row">
42
    <div class="row">
51
- 

Return to bug 33436