From 9ef81b12a70cbf8b828fc38c3b0701afb798d2af Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Mon, 1 Mar 2021 21:43:53 +0000 Subject: [PATCH] Bug 26703: changed page titles - unique info first This patch includes files in the patroncards folder and patron_lists 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 patroncards and patron_lists folders 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt index 4bfa1fa127..927a7fcf11 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt @@ -2,12 +2,12 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › Patron lists › +<title> [% IF list.patron_list_id %] Modify patron list [% ELSE %] New patron list - [% END %] + [% END %] › Patron lists › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt index 3a691aeb62..3ddadf08d6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt @@ -5,7 +5,7 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% INCLUDE 'columns_settings.inc' %] -Koha › Tools › Patron lists › [% list.name | html %] › Add patrons +Add patrons › [% list.name | html %] › Patron lists › Tools › Koha [% INCLUDE 'doc-head-close.inc' %]