Bugzilla – Attachment 155111 Details for
Bug 33923
Improve translation of title tags: Reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33923: Improve translation of title tags: Reports
Bug-33923-Improve-translation-of-title-tags-Report.patch (text/plain), 20.79 KB, created by
Jonathan Druart
on 2023-09-01 12:22:19 UTC
(
hide
)
Description:
Bug 33923: Improve translation of title tags: Reports
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-09-01 12:22:19 UTC
Size:
20.79 KB
patch
obsolete
>From e86f6edb5a807b77f5199ebd547ec191f48ec375 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 6 Jun 2023 15:26:33 +0000 >Subject: [PATCH] Bug 33923: Improve translation of title tags: Reports > >This patch updates reports templates so that title tags can be more >easily translated. > >To test, apply the patch and confirm that the following pages have the >correct title tags: > >- Reports -> > - Reports home > - Statistics wizards -> > - Acquisitions > - Patrons > - Catalog > - Circulation > - Serials > - Cash register > - Holds > - Top lists -> > - Patrons with the most checkouts > - Most-circulated items > - Inactive > - Patrons who haven't checked out > - Items with no checkouts > - Other > - Items lost > - Orders by fund > - Catalog by item type > - Average loan time > - Create guided report > - Create from SQL > - Use saved report > - View dictionary > >Signed-off-by: Andrew Auld <andrew.auld@ptfs-europe.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../mana/mana-report-search-result.inc | 8 ++- > .../en/modules/reports/acquisitions_stats.tt | 10 +++- > .../prog/en/modules/reports/bor_issues_top.tt | 7 ++- > .../prog/en/modules/reports/borrowers_out.tt | 7 ++- > .../en/modules/reports/borrowers_stats.tt | 10 +++- > .../en/modules/reports/cash_register_stats.tt | 10 +++- > .../prog/en/modules/reports/cat_issues_top.tt | 10 +++- > .../prog/en/modules/reports/catalogue_out.tt | 7 ++- > .../en/modules/reports/catalogue_stats.tt | 10 +++- > .../prog/en/modules/reports/convert_report.tt | 8 ++- > .../prog/en/modules/reports/dictionary.tt | 8 ++- > .../modules/reports/guided_reports_start.tt | 50 ++++++++++++------- > .../en/modules/reports/issues_avg_stats.tt | 7 ++- > .../prog/en/modules/reports/issues_stats.tt | 10 +++- > .../prog/en/modules/reports/itemslost.tt | 7 ++- > .../prog/en/modules/reports/itemtypes.tt | 7 ++- > .../en/modules/reports/orders_by_budget.tt | 7 ++- > .../prog/en/modules/reports/reports-home.tt | 8 ++- > .../prog/en/modules/reports/reserves_stats.tt | 10 +++- > .../prog/en/modules/reports/serials_stats.tt | 7 ++- > 20 files changed, 170 insertions(+), 38 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc >index 9f5f304bfd6..646671531a1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc >@@ -4,9 +4,13 @@ > [% USE AuthorisedValues %] > [% USE Branches %] > [% USE raw %] >- >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Mana Knowledge Base reports search › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Mana Knowledge Base reports search") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/reports.css") | $raw %] > </head> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >index 557507594a7..e717fd904ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >@@ -1,7 +1,15 @@ > [% USE raw %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>[% IF ( do_it ) %]Acquisitions statistics › Results[% ELSE %]Acquisitions statistics[% END %] › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF( do_it ) %] >+ [% t("Results") | html %] › >+ [% END %] >+ [% t("Acquisitions statistics") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt >index 9c0fcdfac1a..2cbeb322923 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt >@@ -2,9 +2,14 @@ > [% USE Branches %] > [% USE KohaDates %] > [% USE ItemTypes %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Patrons with the most checkouts › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Patrons with the most checkouts") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt >index 484eedfad06..aa895c994c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt >@@ -1,7 +1,12 @@ > [% USE raw %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Patrons with no checkouts › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Patrons with no checkouts") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >index 4c025c25e93..b1d18ce69d5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >@@ -2,9 +2,17 @@ > [% USE Branches %] > [% USE Koha %] > [% USE Asset %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>[% IF ( do_it ) %]Patrons statistics › Results[% ELSE %]Patrons statistics[% END %] › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF( do_it ) %] >+ [% t("Results") | html %] › >+ [% END %] >+ [% t("Patrons statistics") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > > [% INCLUDE 'doc-head-close.inc' %] > <style> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >index b785a1ab82d..5667a6defe5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >@@ -6,10 +6,18 @@ > [% USE Price %] > [% USE ItemTypes %] > [% USE Registers %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% PROCESS 'accounts.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>[% IF ( do_it ) %]Cash register statistics › Results[% ELSE %]Cash register statistics[% END %] › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF( do_it ) %] >+ [% t("Results") | html %] › >+ [% END %] >+ [% t("Cash register statistics") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >index 1c25a8a18d5..8ff885af24a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >@@ -1,8 +1,16 @@ > [% USE raw %] > [% USE Branches %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Most-circulated items[% IF ( do_it ) %] › Results[% END %] › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF ( do_it ) %] >+ [% t("Results") | html %] › >+ [% END %] >+ [% t("Most-circulated items") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt >index 99897e7638a..6194de328a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt >@@ -1,8 +1,13 @@ > [% USE raw %] > [% USE Branches %] > [% USE ItemTypes %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Items with no checkouts › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Items with no checkouts") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > .sql {display: none;} >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >index 894171b1a7c..997497e3aa7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >@@ -1,8 +1,16 @@ > [% USE raw %] > [% USE Branches %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>[% IF ( do_it ) %]Catalog statistics › Results[% ELSE %]Catalog statistics[% END %] › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF( do_it ) %] >+ [% t("Results") | html %] › >+ [% END %] >+ [% t("Catalog statistics") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/convert_report.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/convert_report.tt >index 8650afff244..494077050b5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/convert_report.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/convert_report.tt >@@ -1,5 +1,11 @@ >+[% USE raw %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >- <title>Convert report › Reports › Koha</title> >+ <title>[% FILTER collapse %] >+ [% t("Convert report") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+ [% END %]</title> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > </head> > <body id="rep_report_convert" class="rep"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt >index b0ff99568cb..05e5d9f7369 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt >@@ -1,7 +1,13 @@ > [% USE raw %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Dictionary › Guided reports › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Dictionary") | html %] › >+ [% t("Guided reports wizard") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <style>fieldset.rows table { clear: none; margin: 0;}</style> > </head> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index be0b2304c27..e452fe4162e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -22,23 +22,39 @@ > > [% INCLUDE 'doc-head-open.inc' %] > >-<title> >- [%- IF ( saved1 ) -%] >- Saved reports › [%- ELSIF ( create ) -%] >- Create from SQL › [%- ELSIF ( showsql ) -%] >- SQL view › Saved reports › [%- ELSIF ( execute ) -%] >- Report [% name | html %] ([% id | html %]) › Saved reports › [%- ELSIF ( editsql ) -%] >- Edit report [% reportname | html %] ([% id | html %]) › Saved reports › [%- END -%] >- >- [%- IF ( build1 ) -%] >- Build a report, step 1 of 6: Choose a module › [%- ELSIF ( build2 ) -%] >- Build a report, step 2 of 6: Pick a report type › [%- ELSIF ( build3 ) -%] >- Build a report, step 3 of 6: Select columns for display › [%- ELSIF ( build4 ) -%] >- Build a report, step 4 of 6: Select criteria to limit on › [%- ELSIF ( build5 ) -%] >- Build a report, step 5 of 6: Pick which columns to total › [%- ELSIF ( build6 ) -%] >- Build a report, step 6 of 6: Select how you want the report ordered › [%- END -%] >- Guided reports wizard › Reports › Koha >-</title> >+<title>[% FILTER collapse %] >+ [% IF ( saved1 ) %] >+ [% t("Saved reports") | html %] › >+ [% ELSIF ( create ) %] >+ [% t("Create from SQL") | html %] › >+ [% ELSIF ( showsql ) %] >+ [% t("SQL view") | html %] › >+ [% t("Saved reports") | html %] › >+ [% ELSIF ( execute ) %] >+ [% tx("Report {reportname} ({id})", { reportname = name, id = id }) | html %] › >+ [% t("Saved reports") | html %] › >+ [% ELSIF ( editsql ) %] >+ [% tx("Edit report {reportname} ({id})", { reportname = reportname, id = id }) | html %] › >+ [% t("Saved reports") | html %] › >+ [% END %] >+ >+ [% IF ( build1 ) %] >+ [% t("Build a report, step 1 of 6: Choose a module") | html %] › >+ [% ELSIF ( build2 ) %] >+ [% t("Build a report, step 2 of 6: Pick a report type") | html %] › >+ [% ELSIF ( build3 ) %] >+ [% t("Build a report, step 3 of 6: Select columns for display") | html %] › >+ [% ELSIF ( build4 ) %] >+ [% t("Build a report, step 4 of 6: Select criteria to limit on") | html %] › >+ [% ELSIF ( build5 ) %] >+ [% t("Build a report, step 5 of 6: Pick which columns to total") | html %] › >+ [% ELSIF ( build6 ) %] >+ [% t("Build a report, step 6 of 6: Select how you want the report ordered") | html %] › >+ [% END %] >+ [% t("Guided reports wizard") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("lib/codemirror/codemirror.min.css") | $raw %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt >index 3b98f0be2c2..0843aa4212e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt >@@ -1,8 +1,13 @@ > [% USE raw %] > [% USE Branches %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Average loan time › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Average loan time") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >index ab28f1f1989..6702b45055f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >@@ -1,8 +1,16 @@ > [% USE raw %] > [% USE Branches %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Circulation statistics[% IF ( do_it ) %] › Results[% END %] › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF ( do_it ) %] >+ [% t("Results") | html %] › >+ [% END %] >+ [% t("Circulation statistics") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > .sql {display:none;} >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >index 0be4a3ba7c7..fb20f860dac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >@@ -6,9 +6,14 @@ > [% USE KohaDates %] > [% USE ItemTypes %] > [% USE Price %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Lost items › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Lost items") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt >index 4cbcac58ec3..f8d55e3f325 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt >@@ -2,9 +2,14 @@ > [% USE Asset %] > [% USE Branches %] > [% USE ItemTypes %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Catalog by item types › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Catalog by item types") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% IF ( do_it ) %] > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >index ed2fc4bddce..80f0100fbe4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >@@ -3,9 +3,14 @@ > [% USE KohaDates %] > [% USE Price %] > [% USE TablesSettings %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Orders by fund › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Orders by fund") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="rep_orders_by_budget" class="rep"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >index 2fb5160e73b..7939e38fb43 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >@@ -1,7 +1,11 @@ >-[% USE Koha %] > [% USE raw %] >+[% USE Koha %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="rep_reports-home" class="rep"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >index 8e0e16a1724..b0c781a06aa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >@@ -1,8 +1,16 @@ > [% USE raw %] > [% USE Branches %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Holds statistics[% IF ( do_it ) %] › Results[% END %] › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% IF ( do_it ) %] >+ [% t("Results") | html %] › >+ [% END %] >+ [% t("Holds statistics") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > .sql {display:none;} >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >index 80bc26d369f..a5e24e25c82 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >@@ -2,9 +2,14 @@ > [% USE Asset %] > [% USE KohaDates %] > [% USE Branches %] >+[% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Serials subscriptions stats › Reports › Koha</title> >+<title>[% FILTER collapse %] >+ [% t("Serials subscriptions stats") | html %] › >+ [% t("Reports") | html %] › >+ [% t("Koha") | html %] >+[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > .sql {display: none;} >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33923
:
154718
|
155082
| 155111