Bug 19522: Coding style: Fix alignement after previous patch
authorVictor Grousset <victor.grousset@biblibre.com>
Wed, 25 Oct 2017 10:07:43 +0000 (12:07 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 26 Mar 2018 20:31:13 +0000 (17:31 -0300)
Signed-off-by: Simon Pouchol <simon.pouchol@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt

index 0313959..71fe074 100644 (file)
                                         <tr>
                                             [% FOREACH header_field IN table_loo.header_fields %]
                                                 [% SWITCH header_field.field_label %]
-                                                    [% CASE 'Layout ID'     %]<th>Layout ID</th>
-                                                    [% CASE 'Layout'        %]<th>Layout</th>
-                                                    [% CASE 'Barcode Type'  %]<th>Barcode type</th>
-                                                    [% CASE 'Print Type'    %]<th>Print type</th>
-                                                    [% CASE 'Template ID'   %]<th>Template ID</th>
-                                                    [% CASE 'Template Name' %]<th>Template name</th>
-                                                    [% CASE 'Description'   %]<th>Description</th>
-                                                    [% CASE 'Actions'       %]<th>Actions</th>
-                                                    [% CASE 'Profile ID'    %]<th>Profile ID</th>
-                                                    [% CASE 'Printer Name'  %]<th>Printer name</th>
-                                                    [% CASE 'Paper Bin'     %]<th>Paper bin</th>
-                                                    [% CASE 'Batch ID'      %]<th>Batch ID</th>
-                                                    [% CASE 'Item Count'    %]<th>Item count</th>
-                                                    [% CASE                 %]<th>[% header_field.field_label %]</th>
+                                                    [% CASE 'Layout ID'       %]<th>Layout ID</th>
+                                                    [% CASE 'Layout'          %]<th>Layout</th>
+                                                    [% CASE 'Barcode Type'    %]<th>Barcode type</th>
+                                                    [% CASE 'Print Type'      %]<th>Print type</th>
+                                                    [% CASE 'Template ID'     %]<th>Template ID</th>
+                                                    [% CASE 'Template Name'   %]<th>Template name</th>
+                                                    [% CASE 'Description'     %]<th>Description</th>
+                                                    [% CASE 'Actions'         %]<th>Actions</th>
+                                                    [% CASE 'Profile ID'      %]<th>Profile ID</th>
+                                                    [% CASE 'Printer Name'    %]<th>Printer name</th>
+                                                    [% CASE 'Paper Bin'       %]<th>Paper bin</th>
+                                                    [% CASE 'Batch ID'        %]<th>Batch ID</th>
+                                                    [% CASE 'Item Count'      %]<th>Item count</th>
+                                                    [% CASE 'Fields to Print' %]<th>Fields to print</th>
+                                                    [% CASE                   %]<th>[% header_field.field_label %]</th>
                                                 [% END %]
                                             [% END %]
                                         </tr>