From 47511bff54a055ac8732950c3ad0428d39e4934c Mon Sep 17 00:00:00 2001 From: Henry Bolshaw Date: Tue, 20 Apr 2021 09:00:57 +0000 Subject: [PATCH] Bug 26703: (follow-up) remove starting separator from csv profiles title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rearranged the separators in the csv profiles page title to match other page title formats. To test: 1) Go to the staff client 2) Go to the CSV profiles page in the Tools module 3) Check that the page title is "CSV export profiles › Tools › Koha" 4) Check that the page title when adding a new profile is "New CSV profile › CSV export profiles › Tools › Koha" 5) Check that the page title when editing a profile is "Modify a CSV profile › CSV export profiles › Tools › Koha" Signed-off-by: Henry Bolshaw --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt index 614fb64aff..650e49944e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt @@ -5,12 +5,12 @@ [% IF op == 'add_form' %] [% IF csv_profile %] - › Modify a CSV profile + Modify a CSV profile › [% ELSE %] - › New CSV profile + New CSV profile › [% END %] [% END %] - › CSV export profiles › Tools › Koha + CSV export profiles › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] -- 2.11.0