|
Lines 1-9
Link Here
|
| 1 |
[% USE raw %] |
1 |
[% USE raw %] |
| 2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
| 3 |
[% USE Branches %] |
3 |
[% USE Branches %] |
|
|
4 |
[% PROCESS 'i18n.inc' %] |
| 4 |
[% SET footerjs = 1 %] |
5 |
[% SET footerjs = 1 %] |
| 5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
| 6 |
<title>Transfer collection › Rotating collections › Tools › Koha</title> |
7 |
<title>[% FILTER collapse %] |
|
|
8 |
[% t("Transfer collection") | html %] › |
| 9 |
[% tx("Collection '{collection_title}'", { collection_title = colTitle }) | html %] › |
| 10 |
[% t("Rotating collections") | html %] › |
| 11 |
[% t("Tools") | html %] › |
| 12 |
[% t("Koha") | html %] |
| 13 |
[% END %]</title> |
| 7 |
[% INCLUDE 'doc-head-close.inc' %] |
14 |
[% INCLUDE 'doc-head-close.inc' %] |
| 8 |
</head> |
15 |
</head> |
| 9 |
<body id="rcoll_transferCollection" class="tools rcoll"> |
16 |
<body id="rcoll_transferCollection" class="tools rcoll"> |
|
Lines 20-26
Link Here
|
| 20 |
<a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> |
27 |
<a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> |
| 21 |
[% END %] |
28 |
[% END %] |
| 22 |
[% WRAPPER breadcrumb_item %] |
29 |
[% WRAPPER breadcrumb_item %] |
| 23 |
<a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]">Collection <em>[% colTitle | html %]</em></a> |
30 |
<a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]">[% tx("Collection '{collection_title}'", { collection_title = colTitle }) | html %]</em></a> |
| 24 |
[% END %] |
31 |
[% END %] |
| 25 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
32 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 26 |
<span>Transfer collection</span> |
33 |
<span>Transfer collection</span> |
|
Lines 33-39
Link Here
|
| 33 |
<div class="col-sm-10 col-sm-push-2"> |
40 |
<div class="col-sm-10 col-sm-push-2"> |
| 34 |
<main> |
41 |
<main> |
| 35 |
|
42 |
|
| 36 |
<h1>Transfer collection <em>[% colTitle | html %]</em></h1> |
43 |
<h1>[% tx("Transfer collection '{collection_title}'", { collection_title = colTitle }) | html %]</h1> |
| 37 |
|
44 |
|
| 38 |
[% IF ( messages ) %] |
45 |
[% IF ( messages ) %] |
| 39 |
[% FOREACH message IN messages %] |
46 |
[% FOREACH message IN messages %] |
| 40 |
- |
|
|