Browse Source

Bug 26703: reports folder

Swapped the order of the page titles to have the unique information
first, i.e. the name of the specific page displays first, and the name of the website (e.g. Koha) displays at the end.

To test:
1) Apply patch
2) Ensure each of the files in the reports folder are swapped around
to display the most unique information first, and the website name is at the end
3) Ensure the pages displayed on the Staff Client that correspond to
these files also display the changes

Sponsored-by: Catalyst IT
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.05.x
Wainui Witika-Park 3 years ago
committed by Jonathan Druart
parent
commit
0de41be96a
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt
  2. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt
  3. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt
  4. 3
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt
  5. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt
  6. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt
  7. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt
  8. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt
  9. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/convert_report.tt
  10. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt
  11. 36
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
  12. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt
  13. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt
  14. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt
  15. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt
  16. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt
  17. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt
  18. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt
  19. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt

@ -1,6 +1,6 @@
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports [% IF ( do_it ) %]&rsaquo; Acquisitions statistics &rsaquo; Results[% ELSE %]&rsaquo; Acquisitions statistics[% END %]</title>
<title>[% IF ( do_it ) %]Acquisitions statistics &rsaquo; Results[% ELSE %]Acquisitions statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt

@ -3,7 +3,7 @@
[% USE ItemTypes %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Patrons with the most checkouts</title>
<title>Patrons with the most checkouts &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt

@ -1,6 +1,6 @@
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Patrons with no checkouts</title>
<title>Patrons with no checkouts &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>

3
koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt

@ -2,7 +2,8 @@
[% USE Koha %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports [% IF ( do_it ) %]&rsaquo; Patrons statistics &rsaquo; Results[% ELSE %]&rsaquo; Patrons statistics[% END %]</title>
<title>[% IF ( do_it ) %]Patrons statistics &rsaquo; Results[% ELSE %]Patrons statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
<style>
.sql {display:none;}

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt

@ -9,7 +9,7 @@
[% SET footerjs = 1 %]
[% PROCESS 'accounts.inc' %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports [% IF ( do_it ) %]&rsaquo; Cash register statistics &rsaquo; Results[% ELSE %]&rsaquo; Cash register statistics[% END %]</title>
<title>[% IF ( do_it ) %]Cash register statistics &rsaquo; Results[% ELSE %]Cash register statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt

@ -1,7 +1,7 @@
[% USE Branches %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Most-circulated items[% IF ( do_it ) %] &rsaquo; Results[% END %]</title>
<title>Most-circulated items[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt

@ -1,6 +1,6 @@
[% USE Branches %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Items with no checkouts</title>
<title>Items with no checkouts &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
<style>
.sql {display: none;}

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt

@ -1,7 +1,7 @@
[% USE Branches %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports [% IF ( do_it ) %]&rsaquo; Catalog statistics &rsaquo; Results[% ELSE %]&rsaquo; Catalog statistics[% END %]</title>
<title>[% IF ( do_it ) %]Catalog statistics &rsaquo; Results[% ELSE %]Catalog statistics[% END %] &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/convert_report.tt

@ -1,5 +1,5 @@
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Convert report</title>
<title>Convert report &rsaquo; Reports &rsaquo; Koha</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body id="rep_report_convert" class="rep">

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt

@ -1,6 +1,6 @@
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Guided reports &rsaquo; Dictionary</title>
<title>Dictionary &rsaquo; Guided reports &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
<style>fieldset.rows table { clear: none; margin: 0;}</style>
</head>

36
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt

@ -20,31 +20,21 @@
[% INCLUDE 'doc-head-open.inc' %]
<title>
Koha &rsaquo; Reports &rsaquo; Guided reports wizard
[%- IF ( saved1 ) -%]
&rsaquo; Saved reports
[%- ELSIF ( create ) -%]
&rsaquo; Create from SQL
[%- ELSIF ( showsql ) -%]
&rsaquo; Saved reports &rsaquo; SQL view
[%- ELSIF ( execute ) -%]
&rsaquo; Saved reports &rsaquo; Report [% name | html %] ([% id | html %])
[%- ELSIF ( editsql ) -%]
&rsaquo; Saved reports &rsaquo; Edit report [% reportname | html %] ([% id | html %])
[%- END -%]
Saved reports &rsaquo; [%- ELSIF ( create ) -%]
Create from SQL &rsaquo; [%- ELSIF ( showsql ) -%]
SQL view &rsaquo; Saved reports &rsaquo; [%- ELSIF ( execute ) -%]
Report [% name | html %] ([% id | html %]) &rsaquo; Saved reports &rsaquo; [%- ELSIF ( editsql ) -%]
Edit report [% reportname | html %] ([% id | html %]) &rsaquo; Saved reports &rsaquo; [%- END -%]
[%- IF ( build1 ) -%]
&rsaquo; Build a report, step 1 of 6: Choose a module
[%- ELSIF ( build2 ) -%]
&rsaquo; Build a report, step 2 of 6: Pick a report type
[%- ELSIF ( build3 ) -%]
&rsaquo; Build a report, step 3 of 6: Select columns for display
[%- ELSIF ( build4 ) -%]
&rsaquo; Build a report, step 4 of 6: Select criteria to limit on
[%- ELSIF ( build5 ) -%]
&rsaquo; Build a report, step 5 of 6: Pick which columns to total
[%- ELSIF ( build6 ) -%]
&rsaquo; Build a report, step 6 of 6: Select how you want the report ordered
[%- END -%]
Build a report, step 1 of 6: Choose a module &rsaquo; [%- ELSIF ( build2 ) -%]
Build a report, step 2 of 6: Pick a report type &rsaquo; [%- ELSIF ( build3 ) -%]
Build a report, step 3 of 6: Select columns for display &rsaquo; [%- ELSIF ( build4 ) -%]
Build a report, step 4 of 6: Select criteria to limit on &rsaquo; [%- ELSIF ( build5 ) -%]
Build a report, step 5 of 6: Pick which columns to total &rsaquo; [%- ELSIF ( build6 ) -%]
Build a report, step 6 of 6: Select how you want the report ordered &rsaquo; [%- END -%]
Guided reports wizard &rsaquo; Reports &rsaquo; Koha
</title>
[% INCLUDE 'doc-head-close.inc' %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt

@ -1,7 +1,7 @@
[% USE Branches %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Average loan time</title>
<title>Average loan time &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt

@ -1,7 +1,7 @@
[% USE Branches %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Circulation statistics [% IF ( do_it ) %]&rsaquo; Results[% END %]</title>
<title>Circulation statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
<style>
.sql {display:none;}

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt

@ -8,7 +8,7 @@
[% USE Price %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Lost items</title>
<title>Lost items &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt

@ -4,7 +4,7 @@
[% USE ItemTypes %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Catalog by item types</title>
<title>Catalog by item types &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
[% IF ( do_it ) %]
[% END %]

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt

@ -4,7 +4,7 @@
[% USE TablesSettings %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Orders by fund</title>
<title>Orders by fund &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>
<body id="rep_orders_by_budget" class="rep">

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt

@ -1,7 +1,7 @@
[% USE Koha %]
[% USE raw %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports</title>
<title>Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>
<body id="rep_reports-home" class="rep">

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt

@ -1,7 +1,7 @@
[% USE Branches %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Holds statistics [% IF ( do_it ) %]&rsaquo; Results[% END %]</title>
<title>Holds statistics[% IF ( do_it ) %] &rsaquo; Results[% END %] &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
<style>
.sql {display:none;}

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt

@ -4,7 +4,7 @@
[% USE Branches %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Reports &rsaquo; Serials subscriptions stats</title>
<title>Serials subscriptions stats &rsaquo; Reports &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
<style>
.sql {display: none;}

Loading…
Cancel
Save