[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% BLOCK translate_label_element %] [%- SWITCH element -%] [%- CASE 'layout' -%]layout [%- CASE 'Layouts' -%]Layouts [%- CASE 'template' -%]template [%- CASE 'Templates' -%]Templates [%- CASE 'profile' -%]profile [%- CASE 'Profiles' -%]Profiles [%- CASE 'batch' -%]batch [%- CASE 'Batches' -%]Batches [%- END -%] [% END %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Label creator › [% PROCESS translate_label_element element=label_element_title %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% INCLUDE 'labels-toolbar.inc' %] [% IF ( error ) %]
WARNING: An error was encountered and the [% op | html %] operation for [% label_element | html %] [% element_id | html %] was not completed. Please have your system administrator check the error log for details.
[% END %]
[% IF ( table_loop ) %]
[% IF ( label_element == 'layout' ) %]

Currently available layouts

[% ELSIF ( label_element == 'template' ) %]

Currently available templates

[% ELSIF ( label_element == 'profile' ) %]

Currently available profiles

[% ELSIF ( label_element == 'batch' ) %]

Currently available batches

[% END %] [% FOREACH table_loo IN table_loop %] [% IF ( table_loo.header_fields ) %] [% FOREACH header_field IN table_loo.header_fields %] [% SWITCH header_field.field_label %] [% CASE 'Layout ID' %] [% CASE 'Layout' %] [% CASE 'Barcode Type' %] [% CASE 'Print Type' %] [% CASE 'Template ID' %] [% CASE 'Template Name' %] [% CASE 'Description' %] [% CASE 'Actions' %] [% CASE 'Profile ID' %] [% CASE 'Printer Name' %] [% CASE 'Paper Bin' %] [% CASE 'Batch ID' %] [% CASE 'Item Count' %] [% CASE 'Fields to Print' %] [% CASE %] [% END %] [% END %] [% ELSE %] [% FOREACH text_field IN table_loo.text_fields %] [% IF ( text_field.select_field ) %] [% IF label_element == 'batch' %] [% END %] [% ELSIF ( text_field.field_value ) %] [% ELSE %] [% END %] [% END %] [% END %] [% END %]
Layout IDLayoutBarcode typePrint typeTemplate IDTemplate nameDescriptionActionsProfile IDPrinter namePaper binBatch IDItem countFields to print[% header_field.field_label | html %]
Edit Delete [% text_field.field_value | html %] 
[% IF ( print ) %][% END %]
[% ELSE %]

There are no [% PROCESS translate_label_element element=label_element_title %] currently available.

Use the toolbar above to create a new [% PROCESS translate_label_element element=label_element %].

[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'greybox.inc' %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]