@@ -, +, @@ --- .../prog/en/modules/labels/label-manage.tt | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt @@ -125,21 +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 '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 %] + [% CASE %][% header_field.field_label %] [% END %] [% END %] --