From 388ef86ed171eb618bf9704a840e8b0d8be8fe4c Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 27 Oct 2015 15:20:19 -0300 Subject: [PATCH] Bug 15072: (followup) We use 'New' instead of 'Create' on the UI This patch makes the UI show 'New' instead of 'Create' so it matches the buttons, and the common practice on the UI. --- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt index 27fb318..6f2bbad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt @@ -1,6 +1,6 @@ [% USE ItemTypes %] [% INCLUDE 'doc-head-open.inc' %] - Koha › Tools › Label creator › Batches › [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]Create[% END %] + Koha › Tools › Label creator › Batches › [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] @@ -164,7 +164,7 @@ [% IF batch_id %] Edit ([% batch_id %]) [% ELSE %] - Create + New [% END %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt index 5e813a0..fbc8372 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt @@ -8,7 +8,7 @@ [% END %] [% END %] [% INCLUDE 'doc-head-open.inc' %] - Koha › Tools › Label creator › Layouts › [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]Create[% END %] + Koha › Tools › Label creator › Layouts › [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]New[% END %] [% INCLUDE 'doc-head-close.inc' %]