From ae06bea9442292c87f44b4b52116ad9a38bb6bae Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Tue, 2 Mar 2021 00:35:20 +0000 Subject: [PATCH] Bug 26703: tools 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 tools 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 --- .../tools/automatic_item_modification_by_age.tt | 2 +- .../prog/en/modules/tools/batchMod-del.tt | 2 +- .../prog/en/modules/tools/batchMod-edit.tt | 2 +- .../prog/en/modules/tools/batchMod.tt | 2 +- .../en/modules/tools/batch_delete_records.tt | 2 +- .../en/modules/tools/batch_extend_due_dates.tt | 2 +- .../modules/tools/batch_record_modification.tt | 2 +- .../prog/en/modules/tools/cleanborrowers.tt | 8 +++++++- .../prog/en/modules/tools/csv-profiles.tt | 2 +- .../prog/en/modules/tools/export.tt | 2 +- .../prog/en/modules/tools/holidays.tt | 2 +- .../prog/en/modules/tools/import_borrowers.tt | 6 +++++- .../prog/en/modules/tools/inventory.tt | 2 +- .../prog/en/modules/tools/koha-news.tt | 2 +- .../prog/en/modules/tools/letter.tt | 17 ++++++++--------- .../prog/en/modules/tools/manage-marc-import.tt | 6 +++--- .../tools/marc_modification_templates.tt | 2 +- .../prog/en/modules/tools/modborrowers.tt | 2 +- .../prog/en/modules/tools/overduerules.tt | 2 +- .../prog/en/modules/tools/picture-upload.tt | 2 +- .../prog/en/modules/tools/preview_letter.tt | 2 +- .../prog/en/modules/tools/problem-reports.tt | 2 +- .../prog/en/modules/tools/quotes-upload.tt | 2 +- .../prog/en/modules/tools/quotes.tt | 2 +- .../prog/en/modules/tools/scheduler.tt | 2 +- .../prog/en/modules/tools/showdiffmarc.tt | 2 +- .../prog/en/modules/tools/stage-marc-import.tt | 2 +- .../prog/en/modules/tools/stockrotation.tt | 2 +- .../prog/en/modules/tools/tools-home.tt | 2 +- .../prog/en/modules/tools/upload-images.tt | 2 +- .../prog/en/modules/tools/upload.tt | 2 +- .../prog/en/modules/tools/viewlog.tt | 10 ++++------ 32 files changed, 54 insertions(+), 47 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt index 78063a20e1..4248d96b76 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt @@ -2,7 +2,7 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › Automatic item modifications by age +Automatic item modifications by age › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt index 5a97941b25..2a88eb3dc3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -3,7 +3,7 @@ [% SET footerjs = 1 %] [% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › Batch item deletion +Batch item deletion › Tools › Koha [% INCLUDE 'doc-head-close.inc' %]