[% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Patron card creator › Images [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% INCLUDE 'patroncards-toolbar.inc' %]
[% INCLUDE 'patroncards-errors.inc' %]

Upload Images

NOTE: Only PNG, GIF, JPEG, XPM formats are supported. Images must be less than 500KB.
  1. This will be the name by which you will refer to this image in the patron card layout editor.
[% IF ( IMPORT_SUCCESSFUL ) %]

Image successfully uploaded

  • File: [% SOURCE_FILE %]
  • Image name: [% IMAGE_NAME %]
[% END %]

Delete Images

[% IF ( TABLE ) %]
Select one or more images to delete.
[% FOREACH TABL IN TABLE %] [% IF ( TABL.header_fields ) %] [% FOREACH header_field IN TABL.header_fields %] [% SWITCH header_field.field_label -%] [% CASE "ID" %] [% CASE "Name" %] [% CASE " " %] [% CASE %] [% END %] [% END %] [% ELSE %] [% FOREACH text_field IN TABL.text_fields %] [% IF ( text_field.select_field ) %] [% ELSIF ( text_field.field_value ) %] [% ELSE %] [% END %] [% END %] [% END %] [% END %]
Image IDNameDelete[% header_field.field_label %]
Delete [% text_field.field_value %] 
[% IF ( DELETE_SUCCESSFULL ) %]

Image(s) successfully deleted

[% END %]
[% ELSE %]
No images are currently available.
[% IF ( DELETE_SUCCESSFULL ) %]

Image(s) successfully deleted

[% END %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]