From 5f41254311ff09bdf0b6c0c877b260741dcfb1ff 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 --- .../intranet-tmpl/prog/en/modules/admin/transfer_limits.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 11 ++++++----- .../intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt | 2 +- 3 files changed, 8 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..ddf70ad987 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -7,13 +7,14 @@ [% 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 ( 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.11.0