From 7b46a8426b85ab2f4de63faed5b062d5a46b4900 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 Signed-off-by: Martin Renvoize Signed-off-by: Henry Bolshaw --- .../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 d2d044b4f7..5234d766a4 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 7848924cd7..60946fe730 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 e955e60a1e..3f20d5e9fb 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' %]