|
Lines 28-34
Link Here
|
| 28 |
<a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> |
28 |
<a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> |
| 29 |
[% END %] |
29 |
[% END %] |
| 30 |
[% WRAPPER breadcrumb_item %] |
30 |
[% WRAPPER breadcrumb_item %] |
| 31 |
<a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]">[% tx("Collection '{collection_title}'", { collection_title = colTitle }) | html %]</em></a> |
31 |
<a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]"><em>[% tx("Collection '{collection_title}'", { collection_title = colTitle }) | html %]</em></a> |
| 32 |
[% END %] |
32 |
[% END %] |
| 33 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
33 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 34 |
<span>Transfer collection</span> |
34 |
<span>Transfer collection</span> |
| 35 |
- |
|
|