Bugzilla – Attachment 119983 Details for
Bug 26703
Modify the "title" elements to contain unique information first
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26703: (follow-up) fixed some page titles in files
Bug-26703-follow-up-fixed-some-page-titles-in-file.patch (text/plain), 3.42 KB, created by
Jonathan Druart
on 2021-04-22 07:10:31 UTC
(
hide
)
Description:
Bug 26703: (follow-up) fixed some page titles in files
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-04-22 07:10:31 UTC
Size:
3.42 KB
patch
obsolete
>From 6ea0ff0e6ead76b83e60a19ff165c88c9f8cd6a7 Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >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' %] >-<title>Koha › Administration › Library checkin and transfer policy</title> >+<title>Library checkin and transfer policy › Administration › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] > <style>td { text-align: center; } .sorted { min-width: 50%; }</style> > </head> >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' %] >-<title>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 > </title> > [% INCLUDE 'doc-head-close.inc' %] > </head> >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' %] >-<title>Koha › Circulation › Transfers to send</title> >+<title>Transfers to send › Circulation › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26703
:
117894
|
117895
|
117896
|
117897
|
117898
|
117899
|
117900
|
117901
|
117902
|
117903
|
117904
|
117905
|
117906
|
117907
|
117908
|
117909
|
117910
|
117911
|
117912
|
117997
|
117998
|
117999
|
118000
|
118001
|
118002
|
118003
|
118004
|
118005
|
118006
|
118007
|
118008
|
118009
|
118010
|
118011
|
118012
|
118013
|
118014
|
118015
|
118034
|
118035
|
118036
|
118037
|
118038
|
118039
|
118040
|
118041
|
118042
|
118043
|
118044
|
118045
|
118046
|
118047
|
118048
|
118049
|
118050
|
118051
|
118052
|
118053
|
119652
|
119653
|
119654
|
119655
|
119656
|
119657
|
119658
|
119659
|
119660
|
119661
|
119662
|
119663
|
119664
|
119665
|
119666
|
119667
|
119668
|
119669
|
119670
|
119671
|
119820
|
119824
|
119873
|
119874
|
119875
|
119876
|
119877
|
119878
|
119879
|
119880
|
119881
|
119882
|
119883
|
119884
|
119885
|
119886
|
119887
|
119888
|
119889
|
119890
|
119891
|
119892
|
119893
|
119894
|
119895
|
119897
|
119940
|
119982
| 119983