From 3ab3b44170d8e3c305598d635422f21ad8cc825f Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Tue, 2 Mar 2021 00:39:53 +0000 Subject: [PATCH] Bug 26703: changed page titles - unique info first This patch includes files in the virtualshelves 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 virtualshelves folder 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 --- .../prog/en/modules/virtualshelves/addbybiblionumber.tt | 2 +- .../prog/en/modules/virtualshelves/downloadshelf.tt | 2 +- .../prog/en/modules/virtualshelves/sendshelfform.tt | 3 ++- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 12 +++++++++++- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt index e43c50ed1f..bc016596a9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Add to list +Add to list › Koha [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt index 577eafeef7..338fcb1116 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Download shelf +Download shelf › Koha [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt index ec399270bf..c8ebd595f0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt @@ -1,4 +1,5 @@ -[% INCLUDE 'doc-head-open.inc' %]Koha › Lists › Sending your list +[% INCLUDE 'doc-head-open.inc' %] +Sending your list › Lists › Koha [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index 076206554b..7e33059ab2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -6,7 +6,17 @@ [% SET PUBLIC = 2 %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › [% IF op == 'view' %]Lists › Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] › Create new list[% END %][% IF op == 'edit_form' %] › Edit list [% shelf.shelfname | html %][% END %] + + [% IF op == 'view' %] + Contents of [% shelf.shelfname | html %] › [% END %] + + [% IF op == 'add_form' %] + Create new list › [% END %] + + [% IF op == 'edit_form' %] + Edit list [% shelf.shelfname | html %] › [% END %] + Lists › Koha + [% INCLUDE 'doc-head-close.inc' %] -- 2.11.0