From 7f7de6f9d24f86fb2fd220e116473bb639c9fd5f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 8 Aug 2018 16:45:28 +0000 Subject: [PATCH] Bug 21185: Incorrect title tag on tags review page This patch corrects the title tag on the tags review page. To test, apply the patch and go to Tools -> Tags. The page title (probably shown in the browser tab) should start with "Koha ->" instead of "Home ->". Signed-off-by: Maryse Simard --- koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6898da4..d2e5167 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -2,7 +2,7 @@ [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Home › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %] +Koha › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") %]