From 6ea0ff0e6ead76b83e60a19ff165c88c9f8cd6a7 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Thu, 22 Apr 2021 01:50:07 +0000 Subject: [PATCH] Bug 26703: (follow-up) fixed some page titles in files 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) Esnure each othe files auth.tt, admin/transfer_limits.tt and circ/transfers_to_send.tt have page titles that are swapped around to display the most unique information first, and the wensite name is at the end 3) Esnure the pages displayed on the Staff Client that correspond to these files also display the changes Sponsored-by: Catalyst IT JD amended patch: remove dup "IP address change" --- .../prog/en/modules/admin/transfer_limits.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 10 +++++----- .../prog/en/modules/circ/transfers_to_send.tt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt index 9b66c30c89..534d384bba 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt @@ -7,7 +7,7 @@ [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Library checkin and transfer policy +Library checkin and transfer policy › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt index 0baa814127..da9c0c14c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -7,13 +7,13 @@ [% USE Registers %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › - [% IF ( nopermission ) %]Access denied[% END %] - [% IF ( timed_out ) %]Session timed out[% END %] - [% IF ( different_ip ) %]IP address change[% END %] +<title> + [% IF ( loginprompt ) %]Log in to Koha[% END %] [% IF too_many_login_attempts %]This account has been locked. [% ELSIF invalid_username_or_password %]Invalid username or password[% END %] - [% IF ( loginprompt ) %]Log in to Koha[% END %] + [% IF ( different_ip ) %]IP address change[% END %] + [% IF ( timed_out ) %]Session timed out[% END %] + [% IF ( nopermission ) %]Access denied[% END %] › Koha [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt index e116abdefb..fcca1bf8bd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt @@ -7,7 +7,7 @@ [% SET footerjs = 1 %] [% PROCESS 'transfer_reasons.inc' %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Circulation › Transfers to send +Transfers to send › Circulation › Koha [% INCLUDE 'doc-head-close.inc' %] -- 2.20.1