Lines 1-12
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Attach an item to [% bibliotitle |html %]</title> |
2 |
<title>Koha › Cataloging › Attach an item to [% bibliotitle | html %]</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
</head> |
4 |
</head> |
5 |
<body id="catalog_moveitem" class="catalog"> |
5 |
<body id="catalog_moveitem" class="catalog"> |
6 |
[% INCLUDE 'header.inc' %] |
6 |
[% INCLUDE 'header.inc' %] |
7 |
[% INCLUDE 'cat-search.inc' %] |
7 |
[% INCLUDE 'cat-search.inc' %] |
8 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a> › Attach an item to <i>[% bibliotitle |html %][% IF ( itemsloo.subtitle ) %][% itemsloo.subtitle %][% END %]</i></div> |
8 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a> › Attach an item to <i>[% bibliotitle | html %][% IF ( itemsloo.subtitle ) %][% itemsloo.subtitle | html %][% END %]</i></div> |
9 |
<div id="doc" class="yui-t7"> |
9 |
|
|
|
10 |
<div class="main container-fluid"> |
11 |
<div class="row"> |
12 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
10 |
|
13 |
|
11 |
[% BLOCK actions %] |
14 |
[% BLOCK actions %] |
12 |
[% IF ( BiblioDefaultViewmarc ) %] |
15 |
[% IF ( BiblioDefaultViewmarc ) %] |
Lines 90-93
Link Here
|
90 |
[% END %] |
93 |
[% END %] |
91 |
[% END %] |
94 |
[% END %] |
92 |
[% END %] |
95 |
[% END %] |
|
|
96 |
|
97 |
</div> |
98 |
</div> |
99 |
|
93 |
[% INCLUDE 'intranet-bottom.inc' %] |
100 |
[% INCLUDE 'intranet-bottom.inc' %] |
94 |
- |
|
|