@@ -, +, @@ translatable --- .../intranet-tmpl/prog/en/modules/patroncards/manage.tt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt @@ -10,6 +10,18 @@ [%- CASE 'batch' -%]batch [%- CASE 'Batches' -%]Batches [%- CASE 'Actions' -%]Actions +[%- CASE 'Layout ID' -%]Layout ID +[%- CASE 'Layout' -%]Layout +[%- CASE 'Action' -%]Action +[%- CASE 'Select' -%]Select +[%- CASE 'Template ID' -%]Template ID +[%- CASE 'Template Name' -%]Template name +[%- CASE 'Description' -%]Description +[%- CASE 'Profile ID' -%]Profile ID +[%- CASE 'Printer Name' -%]Printer name +[%- CASE 'Paper Bin' -%]Paper bin +[%- CASE 'Batch ID' -%]Batch ID +[%- CASE 'Patron Count' -%]Patron Count [%- END -%] [% END %] [% BLOCK translate_card_elements %] @@ -199,7 +211,7 @@ [% CASE "Select" -%] [% IF ( print ) %]Select[% END %] [% CASE %] - [% header_field.field_label %] + [% PROCESS translate_card_element element=header_field.field_label %] [% END -%] [% END %] --