From 49de9f91402faabed16e63fced4532bebe606ebe Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Mon, 1 Mar 2021 00:50:54 +0000 Subject: [PATCH] Bug 26703: changed page titles - unique info first This patch includes files in the authorities folder, basket folder and batch 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 authorities, basket and batch 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/authorities/auth_finder.tt | 2 +- .../intranet-tmpl/prog/en/modules/authorities/authorities-home.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt | 2 +- .../prog/en/modules/authorities/blinddetail-biblio-search.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt | 5 ++--- koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt | 2 +- .../prog/en/modules/authorities/searchresultlist-auth.tt | 2 +- .../intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt | 1 + 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt index 621e5d78e5..14d5b8db3c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt @@ -2,7 +2,7 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Cataloging authority plugin +Cataloging authority plugin › Koha [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt index 3a9867d5df..a928fa8843 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt @@ -1,6 +1,6 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Authorities +Authorities › Koha [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt index 6e55762e06..0b11791655 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -2,7 +2,7 @@ [% USE To %] [% USE Asset %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Authorities › [% IF ( authid ) %]Modify authority #[% authid | html %] ([% authtypetext | html %])[% ELSE %]Adding authority ([% authtypetext | html %])[% END %] +[% IF ( authid ) %]Modify authority #[% authid | html %] ([% authtypetext | html %])[% ELSE %]Adding authority ([% authtypetext | html %])[% END %] › Authorities › Koha [% INCLUDE 'doc-head-close.inc' %] [% Asset.js("lib/hc-sticky.js") | $raw %]