[% USE raw %] [% USE Asset %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% BLOCK translate_label_element %] [%- SWITCH element -%] [%- CASE 'layout' -%][% t('layout') | html %] [%- CASE 'Layouts' -%][% t('Layouts') | html %] [%- CASE 'template' -%][% t('template') | html %] [%- CASE 'Templates' -%][% t('Templates') | html %] [%- CASE 'profile' -%][% t('profile') | html %] [%- CASE 'Profiles' -%][% t('Profiles') | html %] [%- CASE 'batch' -%][% t('batch') | html %] [%- CASE 'Batches' -%][% t('Batches') | html %] [%- END -%] [% END %] [% INCLUDE 'doc-head-open.inc' %] [% PROCESS translate_label_element element=label_element_title %] › Label creator › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]
[% INCLUDE 'labels-toolbar.inc' %]

Manage labels

[% 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 %] [% INCLUDE 'greybox.inc' %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]