[% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Label creator › Manage label [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% INCLUDE 'labels-toolbar.inc' %]
Current library: [% LoginBranchname %]
[% 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 %] [% 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 count[% header_field.field_label %]
Edit Delete[% text_field.field_value %] 
[% IF ( print ) %][% END %]
[% ELSE %]

There are no [% label_element_title %] currently available.

Use the toolbar above to create a new [% label_element %].

[% END %]
[% IF ( error ) %]
WARNING: An error was encountered and the [% op %] operation for [% label_element %] [% element_id %] was not completed. Please have your system administrator check the error log for details.
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]