From 80a3e86cd258039ce70375e7f5459819e1890792 Mon Sep 17 00:00:00 2001 From: Victor Grousset Date: Wed, 25 Oct 2017 12:07:43 +0200 Subject: [PATCH] Bug 19522: Coding style: Fix alignement after previous patch Signed-off-by: Simon Pouchol Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer --- .../prog/en/modules/labels/label-manage.tt | 29 +++++++++++----------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt index 0313959..71fe074 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt @@ -125,20 +125,21 @@ [% FOREACH header_field IN table_loo.header_fields %] [% SWITCH header_field.field_label %] - [% CASE 'Layout ID' %]Layout ID - [% CASE 'Layout' %]Layout - [% CASE 'Barcode Type' %]Barcode type - [% CASE 'Print Type' %]Print type - [% CASE 'Template ID' %]Template ID - [% CASE 'Template Name' %]Template name - [% CASE 'Description' %]Description - [% CASE 'Actions' %]Actions - [% CASE 'Profile ID' %]Profile ID - [% CASE 'Printer Name' %]Printer name - [% CASE 'Paper Bin' %]Paper bin - [% CASE 'Batch ID' %]Batch ID - [% CASE 'Item Count' %]Item count - [% CASE %][% header_field.field_label %] + [% CASE 'Layout ID' %]Layout ID + [% CASE 'Layout' %]Layout + [% CASE 'Barcode Type' %]Barcode type + [% CASE 'Print Type' %]Print type + [% CASE 'Template ID' %]Template ID + [% CASE 'Template Name' %]Template name + [% CASE 'Description' %]Description + [% CASE 'Actions' %]Actions + [% CASE 'Profile ID' %]Profile ID + [% CASE 'Printer Name' %]Printer name + [% CASE 'Paper Bin' %]Paper bin + [% CASE 'Batch ID' %]Batch ID + [% CASE 'Item Count' %]Item count + [% CASE 'Fields to Print' %]Fields to print + [% CASE %][% header_field.field_label %] [% END %] [% END %] -- 2.1.4