[% USE raw %] [% USE Asset %] [% USE Branches %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Transfer collection") | html %] › [% tx("Collection '{collection_title}'", { collection_title = colTitle }) | html %] › [% t("Rotating collections") | html %] › [% t("Tools") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Tools [% END %] [% WRAPPER breadcrumb_item %] Rotating collections [% END %] [% WRAPPER breadcrumb_item %] [% tx("Collection '{collection_title}'", { collection_title = colTitle }) | html %] [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Transfer collection [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]

[% tx("Transfer collection '{collection_title}'", { collection_title = colTitle }) | html %]

[% IF ( messages ) %] [% FOREACH message IN messages %]
[%- SWITCH message.code -%] [%- CASE 'limits' %]

Cannot transfer item [% message.item.itemnumber | html %] due to transfer limits

[%- CASE 'enqueued' -%]

Item [% message.item.itemnumber | html %] queued behind [% message.found_transfer.reason | html %] transfer to [% Branches.GetName(message.found_transfer.tobranch) | html %]

[% END %]
[% END %] [% END %] [% IF ( transferSuccess ) %]

Collection transferred successfully

Return to rotating collections home

[% ELSIF ( transferFailure ) %]

Failed to transfer collection

Return to rotating collections home

[% END %] [% IF ( transferSuccess ) %] [% ELSE %]
Cancel
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% Asset.js("js/rotating-collections.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]