@@ -, +, @@ in Label creator - Traverse all the Label creator options - Apply the patch - Sign off :-D --- .../prog/en/modules/labels/label-edit-batch.tt | 8 ++++---- .../prog/en/modules/labels/label-edit-layout.tt | 8 ++++---- .../prog/en/modules/labels/label-edit-profile.tt | 6 +++--- .../prog/en/modules/labels/label-edit-template.tt | 6 +++--- .../prog/en/modules/labels/label-manage.tt | 16 ++++++++++++++-- .../prog/en/modules/patroncards/manage.tt | 1 + labels/label-manage.pl | 18 ++++++++++++------ 7 files changed, 41 insertions(+), 22 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt +++ a/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 › Manage label batches + Koha › Tools › Label creator › Batches › [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]Create[% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] @@ -160,11 +160,11 @@ HomeToolsLabel creator › - Manage label batches › + Batches › [% IF batch_id %] - Manage batch number [% batch_id %] + Edit ([% batch_id %]) [% ELSE %] - Create new batch + Create [% END %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt +++ a/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 › Manage label layouts + Koha › Tools › Label creator › Layouts › [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]Create[% END %] [% INCLUDE 'doc-head-close.inc' %]