|
Lines 12-21
Link Here
|
| 12 |
|
12 |
|
| 13 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> › <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | html %]">Collection <i>[% colTitle | html %]</i></a> › Transfer collection</div> |
13 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a> › <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | html %]">Collection <i>[% colTitle | html %]</i></a> › Transfer collection</div> |
| 14 |
|
14 |
|
| 15 |
<div id="doc3" class="yui-t2"> |
15 |
<div class="main container-fluid"> |
| 16 |
<div id="bd"> |
16 |
<div class="row"> |
| 17 |
<div id="yui-main"> |
17 |
<div class="col-sm-10 col-sm-push-2"> |
| 18 |
<div class="yui-b"> |
18 |
<main> |
| 19 |
|
19 |
|
| 20 |
<h1>Transfer collection <i>[% colTitle | html %]</i></h1> |
20 |
<h1>Transfer collection <i>[% colTitle | html %]</i></h1> |
| 21 |
|
21 |
|
|
Lines 53-64
Link Here
|
| 53 |
</div> |
53 |
</div> |
| 54 |
[% END %] |
54 |
[% END %] |
| 55 |
|
55 |
|
| 56 |
</div> <!-- /.yui-b --> |
56 |
</main> |
| 57 |
</div> <!-- /#yui-main --> |
57 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
| 58 |
<div class="yui-b"> |
58 |
|
| 59 |
[% INCLUDE 'tools-menu.inc' %] |
59 |
<div class="col-sm-2 col-sm-pull-10"> |
| 60 |
</div> |
60 |
<aside> |
| 61 |
</div> <!-- /#bd --> |
61 |
[% INCLUDE 'tools-menu.inc' %] |
|
|
62 |
</aside> |
| 63 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
| 64 |
</div> <!-- /.row --> |
| 62 |
|
65 |
|
| 63 |
[% MACRO jsinclude BLOCK %] |
66 |
[% MACRO jsinclude BLOCK %] |
| 64 |
[% Asset.js("js/tools-menu.js") | $raw %] |
67 |
[% Asset.js("js/tools-menu.js") | $raw %] |
| 65 |
- |
|
|