From 51559bd11770a14f4b355b054726b1936b0c045e Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Mon, 8 Mar 2021 01:14:21 +0000 Subject: [PATCH] Bug 26703: suggestion and tags folders 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 suggestion and tags 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 --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 12 +++++++----- koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 6b1713a773..abc570e4b3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -8,18 +8,20 @@ [% USE TablesSettings %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Acquisitions › +<title> [% IF op == 'save' %] [% IF ( suggestionid ) %] - Suggestions › Edit suggestion #[% suggestionid | html %] + Edit suggestion #[% suggestionid | html %] › Suggestions [% ELSE %] - Suggestions › Add suggestion + Add suggestion › Suggestions [% END %] + [% ELSIF ( op == 'show' ) %] - Suggestions › Show suggestion #[% suggestionid | html %] + Show suggestion #[% suggestionid | html %] › Suggestions + [% ELSE %] Suggestions management - [% END %] + [% END %] › Acquisitions › Koha [% INCLUDE 'doc-head-close.inc' %] [% IF op == 'else' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt index 0e20e78271..f0c068fd87 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt @@ -3,7 +3,7 @@ [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %] +[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] › Tags › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt index 224cd0bb42..baa6c4aa8a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -3,7 +3,7 @@ [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %] +[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] › Tags › Tools › Koha [% INCLUDE 'doc-head-close.inc' %]