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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (-2 / +12 lines)
Lines 1-12 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% formulaire = BLOCK %]
3
    [% INCLUDE 'circ-search.inc' %]
4
[% END %]
2
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
3
<title>[% IF ( do_it ) %]Acquisitions statistics &rsaquo; Results[% ELSE %]Acquisitions statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
6
<title>[% IF ( do_it ) %]Acquisitions statistics &rsaquo; Results[% ELSE %]Acquisitions statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
4
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
8
</head>
6
9
7
<body id="rep_acquisitions_stats" class="rep">
10
<body id="rep_acquisitions_stats" class="rep">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' form=formulaire %]
9
[% INCLUDE 'cat-search.inc' %]
10
12
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
14
    <ol>
Lines 33-38 Link Here
33
            </li>
35
            </li>
34
        [% END %]
36
        [% END %]
35
    </ol>
37
    </ol>
38
39
    <ol>
40
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
41
    </ol>
42
43
    <ol>
44
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
45
    </ol>
36
</nav>
46
</nav>
37
47
38
<div class="main container-fluid">
48
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt (-2 / +12 lines)
Lines 2-15 Link Here
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE ItemTypes %]
3
[% USE ItemTypes %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'circ-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Patrons with the most checkouts &rsaquo; Reports &rsaquo; Koha</title>
9
<title>Patrons with the most checkouts &rsaquo; Reports &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
12
10
<body id="rep_bor_issues_top" class="rep">
13
<body id="rep_bor_issues_top" class="rep">
11
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' form=formulaire %]
12
[% INCLUDE 'cat-search.inc' %]
13
15
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
17
    <ol>
Lines 36-41 Link Here
36
            </li>
38
            </li>
37
        [% END %]
39
        [% END %]
38
    </ol>
40
    </ol>
41
42
    <ol>
43
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
44
    </ol>
45
46
    <ol>
47
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
48
    </ol>
39
</nav>
49
</nav>
40
50
41
<div class="main container-fluid">
51
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt (-1 / +8 lines)
Lines 6-12 Link Here
6
6
7
<body id="rep_borrowers_out" class="rep">
7
<body id="rep_borrowers_out" class="rep">
8
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'cat-search.inc' %]
10
9
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
10
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
11
    <ol>
Lines 22-27 Link Here
22
            </a>
21
            </a>
23
        </li>
22
        </li>
24
    </ol>
23
    </ol>
24
25
    <ol>
26
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
27
    </ol>
28
29
    <ol>
30
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
31
    </ol>
25
</nav>
32
</nav>
26
33
27
<div class="main container-fluid">
34
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt (-2 / +12 lines)
Lines 2-7 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'circ-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>[% IF ( do_it ) %]Patrons statistics &rsaquo; Results[% ELSE %]Patrons statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
9
<title>[% IF ( do_it ) %]Patrons statistics &rsaquo; Results[% ELSE %]Patrons statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
7
10
Lines 13-20 Link Here
13
</head>
16
</head>
14
17
15
<body id="rep_borrowers_stats" class="rep">
18
<body id="rep_borrowers_stats" class="rep">
16
[% INCLUDE 'header.inc' %]
19
[% INCLUDE 'header.inc' form=formulaire %]
17
[% INCLUDE 'cat-search.inc' %]
18
20
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
22
    <ol>
Lines 41-46 Link Here
41
            </li>
43
            </li>
42
        [% END %]
44
        [% END %]
43
    </ol>
45
    </ol>
46
47
    <ol>
48
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
49
    </ol>
50
51
    <ol>
52
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
53
    </ol>
44
</nav>
54
</nav>
45
55
46
<div class="main container-fluid">
56
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt (-2 / +12 lines)
Lines 7-12 Link Here
7
[% USE ItemTypes %]
7
[% USE ItemTypes %]
8
[% USE Registers %]
8
[% USE Registers %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% formulaire = BLOCK %]
11
    [% INCLUDE 'circ-search.inc' %]
12
[% END %]
10
[% PROCESS 'accounts.inc' %]
13
[% PROCESS 'accounts.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
14
[% INCLUDE 'doc-head-open.inc' %]
12
<title>[% IF ( do_it ) %]Cash register statistics &rsaquo; Results[% ELSE %]Cash register statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
15
<title>[% IF ( do_it ) %]Cash register statistics &rsaquo; Results[% ELSE %]Cash register statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
Lines 14-21 Link Here
14
</head>
17
</head>
15
18
16
<body id="cash_register_stats" class="rep">
19
<body id="cash_register_stats" class="rep">
17
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' form=formulaire %]
18
[% INCLUDE 'cat-search.inc' %]
19
21
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    <ol>
23
    <ol>
Lines 43-48 Link Here
43
            </li>
45
            </li>
44
        [% END %]
46
        [% END %]
45
    </ol>
47
    </ol>
48
49
    <ol>
50
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
51
    </ol>
52
53
    <ol>
54
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
55
    </ol>
46
</nav>
56
</nav>
47
57
48
<div class="main container-fluid">
58
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt (-2 / +12 lines)
Lines 1-13 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'prefs-admin-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Most-circulated items[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
7
<title>Most-circulated items[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
10
8
<body id="rep_cat_issues_top" class="rep">
11
<body id="rep_cat_issues_top" class="rep">
9
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
10
[% INCLUDE 'cat-search.inc' %]
11
13
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
15
    <ol>
Lines 34-39 Link Here
34
            </li>
36
            </li>
35
        [% END %]
37
        [% END %]
36
    </ol>
38
    </ol>
39
40
    <ol>
41
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
42
    </ol>
43
44
    <ol>
45
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
46
    </ol>
37
</nav>
47
</nav>
38
48
39
<div class="main container-fluid">
49
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt (-1 / +8 lines)
Lines 8-14 Link Here
8
</head>
8
</head>
9
<body id="rep_catalogue_out" class="rep">
9
<body id="rep_catalogue_out" class="rep">
10
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'cat-search.inc' %]
12
11
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
    <ol>
13
    <ol>
Lines 24-29 Link Here
24
            </a>
23
            </a>
25
        </li>
24
        </li>
26
    </ol>
25
    </ol>
26
27
    <ol>
28
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
29
    </ol>
30
31
    <ol>
32
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
33
    </ol>
27
</nav>
34
</nav>
28
35
29
<div class="main container-fluid">
36
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt (-2 / +12 lines)
Lines 1-13 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
[% formulaire = BLOCK %]
5
    [% INCLUDE 'circ-search.inc' %]
6
[% END %]
4
<title>[% IF ( do_it ) %]Catalog statistics &rsaquo; Results[% ELSE %]Catalog statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
7
<title>[% IF ( do_it ) %]Catalog statistics &rsaquo; Results[% ELSE %]Catalog statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
9
</head>
7
10
8
<body id="rep_catalogue_stats" class="rep">
11
<body id="rep_catalogue_stats" class="rep">
9
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' form=formulaire %]
10
[% INCLUDE 'cat-search.inc' %]
11
13
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
15
    <ol>
Lines 34-39 Link Here
34
            </li>
36
            </li>
35
        [% END %]
37
        [% END %]
36
    </ol>
38
    </ol>
39
40
    <ol>
41
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
42
    </ol>
43
44
    <ol>
45
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
46
    </ol>
37
</nav>
47
</nav>
38
48
39
<div class="main container-fluid">
49
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt (-1 / +8 lines)
Lines 7-13 Link Here
7
7
8
<body id="rep_issues_avg_stats" class="rep">
8
<body id="rep_issues_avg_stats" class="rep">
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
11
10
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
12
    <ol>
Lines 34-39 Link Here
34
            </li>
33
            </li>
35
        [% END %]
34
        [% END %]
36
    </ol>
35
    </ol>
36
37
    <ol>
38
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
39
    </ol>
40
41
    <ol>
42
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
43
    </ol>
37
</nav>
44
</nav>
38
45
39
<div class="main container-fluid">
46
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-2 / +12 lines)
Lines 1-5 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'circ-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Circulation statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
7
<title>Circulation statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
Lines 9-16 Link Here
9
</head>
12
</head>
10
13
11
<body id="rep_issues_stats" class="rep">
14
<body id="rep_issues_stats" class="rep">
12
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' form=formulaire %]
13
[% INCLUDE 'cat-search.inc' %]
14
16
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
18
    <ol>
Lines 37-42 Link Here
37
            </li>
39
            </li>
38
        [% END %]
40
        [% END %]
39
    </ol>
41
    </ol>
42
43
    <ol>
44
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
45
    </ol>
46
47
    <ol>
48
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
49
    </ol>
40
</nav>
50
</nav>
41
51
42
<div class="main container-fluid">
52
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +8 lines)
Lines 14-20 Link Here
14
14
15
<body id="rep_itemslost" class="rep">
15
<body id="rep_itemslost" class="rep">
16
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'cat-search.inc' %]
18
17
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    <ol>
19
    <ol>
Lines 42-47 Link Here
42
            </li>
41
            </li>
43
        [% END %]
42
        [% END %]
44
    </ol>
43
    </ol>
44
45
    <ol>
46
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
47
    </ol>
48
49
    <ol>
50
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
51
    </ol>
45
</nav>
52
</nav>
46
53
47
<div class="main container-fluid">
54
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-1 / +8 lines)
Lines 12-18 Link Here
12
12
13
<body id="rep_itemtypes" class="rep">
13
<body id="rep_itemtypes" class="rep">
14
[% INCLUDE 'header.inc' %]
14
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'cat-search.inc' %]
16
15
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    <ol>
17
    <ol>
Lines 39-44 Link Here
39
            </li>
38
            </li>
40
        [% END %]
39
        [% END %]
41
    </ol>
40
    </ol>
41
42
    <ol>
43
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
44
    </ol>
45
46
    <ol>
47
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
48
    </ol>
42
</nav>
49
</nav>
43
50
44
<div class="main container-fluid">
51
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt (-1 / +8 lines)
Lines 9-15 Link Here
9
</head>
9
</head>
10
<body id="rep_orders_by_budget" class="rep">
10
<body id="rep_orders_by_budget" class="rep">
11
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'cat-search.inc' %]
13
12
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    <ol>
14
    <ol>
Lines 36-41 Link Here
36
            </li>
35
            </li>
37
        [% END %]
36
        [% END %]
38
    </ol>
37
    </ol>
38
39
    <ol>
40
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
41
    </ol>
42
43
    <ol>
44
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
45
    </ol>
39
</nav>
46
</nav>
40
47
41
<div class="main container-fluid">
48
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt (-1 / +8 lines)
Lines 6-12 Link Here
6
</head>
6
</head>
7
<body id="rep_reports-home" class="rep">
7
<body id="rep_reports-home" class="rep">
8
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'circ-search.inc' %]
10
9
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
10
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
11
    <ol>
Lines 19-24 Link Here
19
            </a>
18
            </a>
20
        </li>
19
        </li>
21
    </ol>
20
    </ol>
21
22
    <ol>
23
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
24
    </ol>
25
26
    <ol>
27
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
28
    </ol>
22
</nav>
29
</nav>
23
30
24
<div class="main container-fluid">
31
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-2 / +12 lines)
Lines 1-5 Link Here
1
[% USE Branches %]
1
[% USE Branches %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% formulaire = BLOCK %]
4
    [% INCLUDE 'circ-search.inc' %]
5
[% END %]
3
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Holds statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
7
<title>Holds statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
Lines 9-16 Link Here
9
</head>
12
</head>
10
13
11
<body id="rep_reserve_stats" class="rep">
14
<body id="rep_reserve_stats" class="rep">
12
[% INCLUDE 'header.inc' %]
15
[% INCLUDE 'header.inc' form=formulaire %]
13
[% INCLUDE 'cat-search.inc' %]
14
16
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    <ol>
18
    <ol>
Lines 37-42 Link Here
37
            </li>
39
            </li>
38
        [% END %]
40
        [% END %]
39
    </ol>
41
    </ol>
42
43
    <ol>
44
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
45
    </ol>
46
47
    <ol>
48
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
49
    </ol>
40
</nav>
50
</nav>
41
51
42
<div class="main container-fluid">
52
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-6 / +15 lines)
Lines 3-8 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'circ-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Serials subscriptions stats &rsaquo; Reports &rsaquo; Koha</title>
10
<title>Serials subscriptions stats &rsaquo; Reports &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 12-19 Link Here
12
</head>
15
</head>
13
16
14
<body id="rep_serials_stats" class="rep">
17
<body id="rep_serials_stats" class="rep">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'cat-search.inc' %]
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    <ol>
21
    <ol>
Lines 29-34 Link Here
29
            </a>
31
            </a>
30
        </li>
32
        </li>
31
    </ol>
33
    </ol>
34
35
    <ol>
36
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
37
    </ol>
38
39
    <ol>
40
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
41
    </ol>
32
</nav>
42
</nav>
33
43
34
<div class="main container-fluid">
44
<div class="main container-fluid">
Lines 77-83 Link Here
77
[% ELSE %]
87
[% ELSE %]
78
	<form method="post" action="/cgi-bin/koha/reports/serials_stats.pl">
88
	<form method="post" action="/cgi-bin/koha/reports/serials_stats.pl">
79
89
80
	<fieldset class="rows">
90
	<fieldset class="brief">
81
		<ol>
91
		<ol>
82
			<li>
92
			<li>
83
93
Lines 108-115 Link Here
108
	</fieldset>
118
	</fieldset>
109
119
110
120
111
	<fieldset class="rows">
121
	<fieldset class="brief">
112
	<legend>Output</legend>
122
	<h2>Output</h2>
113
    <ol>
123
    <ol>
114
        <li>
124
        <li>
115
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
125
            <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" />
116
- 

Return to bug 30952