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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc (-2 / +6 lines)
Lines 4-12 Link Here
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE raw %]
6
[% USE raw %]
7
7
[% PROCESS 'i18n.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Mana Knowledge Base reports search &rsaquo; Reports &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Mana Knowledge Base reports search") | html %] &rsaquo;
11
    [% t("Reports") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
11
[% Asset.css("css/reports.css") | $raw %]
15
[% Asset.css("css/reports.css") | $raw %]
12
</head>
16
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (-1 / +9 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>[% IF ( do_it ) %]Acquisitions statistics &rsaquo; Results[% ELSE %]Acquisitions statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% IF( do_it ) %]
7
        [% t("Results") | html %] &rsaquo;
8
    [% END %]
9
    [% t("Acquisitions statistics") | html %] &rsaquo;
10
    [% t("Reports") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
14
</head>
7
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt (-1 / +6 lines)
Lines 2-10 Link Here
2
[% USE Branches %]
2
[% USE Branches %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE ItemTypes %]
4
[% USE ItemTypes %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Patrons with the most checkouts &rsaquo; Reports &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Patrons with the most checkouts") | html %] &rsaquo;
10
    [% t("Reports") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
14
</head>
10
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt (-1 / +6 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Patrons with no checkouts &rsaquo; Reports &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% t("Patrons with no checkouts") | html %] &rsaquo;
7
    [% t("Reports") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
11
</head>
7
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt (-1 / +9 lines)
Lines 2-10 Link Here
2
[% USE Branches %]
2
[% USE Branches %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Asset %]
4
[% USE Asset %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>[% IF ( do_it ) %]Patrons statistics &rsaquo; Results[% ELSE %]Patrons statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% IF( do_it ) %]
10
        [% t("Results") | html %] &rsaquo;
11
    [% END %]
12
    [% t("Patrons statistics") | html %] &rsaquo;
13
    [% t("Reports") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
8
16
9
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
10
<style>
18
<style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt (-1 / +9 lines)
Lines 6-15 Link Here
6
[% USE Price %]
6
[% USE Price %]
7
[% USE ItemTypes %]
7
[% USE ItemTypes %]
8
[% USE Registers %]
8
[% USE Registers %]
9
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
10
[% PROCESS 'accounts.inc' %]
11
[% PROCESS 'accounts.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
12
[% 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>
13
<title>[% FILTER collapse %]
14
    [% IF( do_it ) %]
15
        [% t("Results") | html %] &rsaquo;
16
    [% END %]
17
    [% t("Cash register statistics") | html %] &rsaquo;
18
    [% t("Reports") | html %] &rsaquo;
19
    [% t("Koha") | html %]
20
[% END %]</title>
13
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
22
</head>
15
23
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt (-1 / +9 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Branches %]
2
[% USE Branches %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Most-circulated items[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% IF ( do_it ) %]
8
        [% t("Results") | html %] &rsaquo;
9
    [% END %]
10
    [% t("Most-circulated items") | html %] &rsaquo;
11
    [% t("Reports") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
15
</head>
8
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt (-1 / +6 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Branches %]
2
[% USE Branches %]
3
[% USE ItemTypes %]
3
[% USE ItemTypes %]
4
[% PROCESS 'i18n.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Items with no checkouts &rsaquo; Reports &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Items with no checkouts") | html %] &rsaquo;
8
    [% t("Reports") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
7
<style>
12
<style>
8
    .sql {display: none;}
13
    .sql {display: none;}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt (-1 / +9 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Branches %]
2
[% USE Branches %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>[% IF ( do_it ) %]Catalog statistics &rsaquo; Results[% ELSE %]Catalog statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% IF( do_it ) %]
8
        [% t("Results") | html %] &rsaquo;
9
    [% END %]
10
    [% t("Catalog statistics") | html %] &rsaquo;
11
    [% t("Reports") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
15
</head>
8
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/convert_report.tt (-1 / +7 lines)
Lines 1-5 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
    <title>Convert report &rsaquo; Reports &rsaquo; Koha</title>
4
    <title>[% FILTER collapse %]
5
        [% t("Convert report") | html %] &rsaquo;
6
        [% t("Reports") | html %] &rsaquo;
7
        [% t("Koha") | html %]
8
    [% END %]</title>
3
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
    </head>
10
    </head>
5
    <body id="rep_report_convert" class="rep">
11
    <body id="rep_report_convert" class="rep">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-1 / +7 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Dictionary &rsaquo; Guided reports &rsaquo; Reports &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% t("Dictionary") | html %] &rsaquo;
7
    [% t("Guided reports wizard") | html %] &rsaquo;
8
    [% t("Reports") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
6
<style>fieldset.rows table { clear: none; margin: 0;}</style>
12
<style>fieldset.rows table { clear: none; margin: 0;}</style>
7
</head>
13
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-17 / +33 lines)
Lines 22-44 Link Here
22
22
23
[% INCLUDE 'doc-head-open.inc' %]
23
[% INCLUDE 'doc-head-open.inc' %]
24
24
25
<title>
25
<title>[% FILTER collapse %]
26
    [%- IF ( saved1 ) -%]
26
    [% IF ( saved1 ) %]
27
        Saved reports &rsaquo; [%- ELSIF ( create ) -%]
27
        [% t("Saved reports") | html %] &rsaquo;
28
        Create from SQL &rsaquo; [%- ELSIF ( showsql ) -%]
28
    [% ELSIF ( create ) %]
29
        SQL view &rsaquo; Saved reports &rsaquo; [%- ELSIF ( execute ) -%]
29
        [% t("Create from SQL") | html %] &rsaquo;
30
        Report [% name | html %] ([% id | html %]) &rsaquo; Saved reports &rsaquo; [%- ELSIF ( editsql ) -%]
30
    [% ELSIF ( showsql ) %]
31
        Edit report [% reportname | html %] ([% id | html %]) &rsaquo; Saved reports &rsaquo; [%- END -%]
31
        [% t("SQL view") | html %] &rsaquo;
32
32
        [% t("Saved reports") | html %] &rsaquo;
33
    [%- IF ( build1 ) -%]
33
    [% ELSIF ( execute ) %]
34
        Build a report, step 1 of 6: Choose a module &rsaquo; [%- ELSIF ( build2 ) -%]
34
        [% tx("Report {reportname} ({id})", { reportname = name, id = id }) | html %] &rsaquo;
35
        Build a report, step 2 of 6: Pick a report type &rsaquo; [%- ELSIF ( build3 ) -%]
35
        [% t("Saved reports") | html %] &rsaquo;
36
        Build a report, step 3 of 6: Select columns for display &rsaquo; [%- ELSIF ( build4 ) -%]
36
    [% ELSIF ( editsql ) %]
37
        Build a report, step 4 of 6: Select criteria to limit on &rsaquo; [%- ELSIF ( build5 ) -%]
37
        [% tx("Edit report {reportname} ({id})", { reportname = reportname, id = id }) | html %] &rsaquo;
38
        Build a report, step 5 of 6: Pick which columns to total &rsaquo; [%- ELSIF ( build6 ) -%]
38
        [% t("Saved reports") | html %] &rsaquo;
39
        Build a report, step 6 of 6: Select how you want the report ordered &rsaquo; [%- END -%]
39
    [% END %]
40
    Guided reports wizard &rsaquo; Reports &rsaquo; Koha
40
41
</title>
41
    [% IF ( build1 ) %]
42
        [% t("Build a report, step 1 of 6: Choose a module") | html %] &rsaquo;
43
    [% ELSIF ( build2 ) %]
44
        [% t("Build a report, step 2 of 6: Pick a report type") | html %] &rsaquo;
45
    [% ELSIF ( build3 ) %]
46
        [% t("Build a report, step 3 of 6: Select columns for display") | html %] &rsaquo;
47
    [% ELSIF ( build4 ) %]
48
        [% t("Build a report, step 4 of 6: Select criteria to limit on") | html %] &rsaquo;
49
    [% ELSIF ( build5 ) %]
50
        [% t("Build a report, step 5 of 6: Pick which columns to total") | html %] &rsaquo;
51
    [% ELSIF ( build6 ) %]
52
        [% t("Build a report, step 6 of 6: Select how you want the report ordered") | html %] &rsaquo;
53
    [% END %]
54
    [% t("Guided reports wizard") | html %] &rsaquo;
55
    [% t("Reports") | html %] &rsaquo;
56
    [% t("Koha") | html %]
57
[% END %]</title>
42
58
43
[% INCLUDE 'doc-head-close.inc' %]
59
[% INCLUDE 'doc-head-close.inc' %]
44
[% Asset.css("lib/codemirror/codemirror.min.css") | $raw %]
60
[% Asset.css("lib/codemirror/codemirror.min.css") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt (-1 / +6 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Branches %]
2
[% USE Branches %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Average loan time &rsaquo; Reports &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Average loan time") | html %] &rsaquo;
8
    [% t("Reports") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
12
</head>
8
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-1 / +9 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Branches %]
2
[% USE Branches %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Circulation statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% IF ( do_it ) %]
8
        [% t("Results") | html %] &rsaquo;
9
    [% END %]
10
    [% t("Circulation statistics") | html %] &rsaquo;
11
    [% t("Reports") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
7
<style>
15
<style>
8
	.sql {display:none;}
16
	.sql {display:none;}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +6 lines)
Lines 6-14 Link Here
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% USE ItemTypes %]
7
[% USE ItemTypes %]
8
[% USE Price %]
8
[% USE Price %]
9
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Lost items &rsaquo; Reports &rsaquo; Koha</title>
12
<title>[% FILTER collapse %]
13
    [% t("Lost items") | html %] &rsaquo;
14
    [% t("Reports") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
18
</head>
14
19
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-1 / +6 lines)
Lines 2-10 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE ItemTypes %]
4
[% USE ItemTypes %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Catalog by item types &rsaquo; Reports &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Catalog by item types") | html %] &rsaquo;
10
    [% t("Reports") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
[% IF ( do_it ) %]
14
[% IF ( do_it ) %]
10
[% END %]
15
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt (-1 / +6 lines)
Lines 3-11 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Price %]
4
[% USE Price %]
5
[% USE TablesSettings %]
5
[% USE TablesSettings %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Orders by fund &rsaquo; Reports &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Orders by fund") | html %] &rsaquo;
11
    [% t("Reports") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
15
</head>
11
<body id="rep_orders_by_budget" class="rep">
16
<body id="rep_orders_by_budget" class="rep">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt (-2 / +6 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
2
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
3
[% PROCESS 'i18n.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Reports &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% t("Reports") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
10
</head>
7
<body id="rep_reports-home" class="rep">
11
<body id="rep_reports-home" class="rep">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-1 / +9 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Branches %]
2
[% USE Branches %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Holds statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% IF ( do_it ) %]
8
        [% t("Results") | html %] &rsaquo;
9
    [% END %]
10
    [% t("Holds statistics") | html %] &rsaquo;
11
    [% t("Reports") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
7
<style>
15
<style>
8
	.sql {display:none;}
16
	.sql {display:none;}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-2 / +6 lines)
Lines 2-10 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Serials subscriptions stats &rsaquo; Reports &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Serials subscriptions stats") | html %] &rsaquo;
10
    [% t("Reports") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
<style>
14
<style>
10
	.sql {display: none;}
15
	.sql {display: none;}
11
- 

Return to bug 33923