From a7d90c8121519b1af8516983cb50cc7be5a45788 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Thu, 29 Oct 2015 13:48:20 -0300 Subject: [PATCH] Bug 15072: (followup) fix spaces and consistency This patch add a few spaces when required and adds layout_id on title and breadcrumbs (for patroncards) Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/labels/label-edit-template.tt | 8 ++++---- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt index a4a1eda..3dacff8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt @@ -40,10 +40,10 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt index 9e044f8..3d35baf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt @@ -10,8 +10,8 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt index a6804a3..f92b316 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] - Koha › Tools › Patron card creator › Layout › [% IF ( layout_id ) %]Edit[% ELSE %]New[% END %] + Koha › Tools › Patron card creator › Layout › [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]New[% END %] [% INCLUDE 'doc-head-close.inc' %]