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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt (-25 / +15 lines)
Lines 26-60 Link Here
26
    [% INCLUDE 'cat-search.inc' %]
26
    [% INCLUDE 'cat-search.inc' %]
27
[% END %]
27
[% END %]
28
28
29
29
[% WRAPPER 'sub-header.inc' %]
30
[% WRAPPER 'sub-header.inc' %]
30
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
31
    [% WRAPPER breadcrumbs %]
31
    <ol>
32
        [% WRAPPER breadcrumb_item %]
32
        <li>
33
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
34
        </li>
35
        <li>
36
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
33
            <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
37
        </li>
34
        [% END %]
38
39
        [% IF ( do_it ) %]
35
        [% IF ( do_it ) %]
40
            <li>
36
            [% WRAPPER breadcrumb_item %]
41
                <a href="/cgi-bin/koha/reports/cash_register_stats.pl">Cash register statistics</a>
37
                <a href="/cgi-bin/koha/reports/cash_register_stats.pl">Cash register statistics</a>
42
            </li>
38
            [% END %]
43
            <li>
39
            [% WRAPPER breadcrumb_item bc_active= 1 %]
44
                <a href="#" aria-current="page">
40
                <span>Results</span>
45
                    Results
41
            [% END %]
46
                </a>
47
            </li>
48
        [% ELSE %]
42
        [% ELSE %]
49
            <li>
43
            [% WRAPPER breadcrumb_item bc_active= 1 %]
50
                <a href="#" aria-current="page">
44
                <span>Cash register statistics</span>
51
                    Cash register statistics
45
            [% END %]
52
                </a>
46
        [% END # /IF do_it %]
53
            </li>
47
    [% END #/ WRAPPER breadcrumbs %]
54
        [% END %]
48
[% END #/ WRAPPER sub-header.inc %]
55
    </ol>
56
</nav>
57
[% END %]
58
49
59
<div class="main container-fluid">
50
<div class="main container-fluid">
60
    <div class="row">
51
    <div class="row">
61
- 

Return to bug 37030