|
Lines 19-28
Link Here
|
| 19 |
[% INCLUDE 'header.inc' %] |
19 |
[% INCLUDE 'header.inc' %] |
| 20 |
[% INCLUDE 'acquisitions-search.inc' %] |
20 |
[% INCLUDE 'acquisitions-search.inc' %] |
| 21 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername %]</a> › <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> › Add orders from iso2709 file</div> |
21 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername %]</a> › <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> › Add orders from iso2709 file</div> |
| 22 |
<div id="doc3" class="yui-t2"> |
22 |
|
| 23 |
<div id="bd"> |
23 |
<div class="container-fluid"> |
| 24 |
<div id="yui-main"> |
24 |
<div class="row"> |
| 25 |
<div class="yui-b"> |
25 |
<div class="col-sm-6 col-sm-offset-3 col-md-8 col-md-offset-2"> |
| 26 |
[% IF ( allmatch ) %]<div class="dialog alert"> |
26 |
[% IF ( allmatch ) %]<div class="dialog alert"> |
| 27 |
<h4>No records imported</h4> |
27 |
<h4>No records imported</h4> |
| 28 |
No record have been imported because they all match an existing record in your catalog.<br />You'll have to treat them individually. |
28 |
No record have been imported because they all match an existing record in your catalog.<br />You'll have to treat them individually. |
|
Lines 420-429
Link Here
|
| 420 |
</table> |
420 |
</table> |
| 421 |
</div> |
421 |
</div> |
| 422 |
[% END %] |
422 |
[% END %] |
| 423 |
</div> |
423 |
</div> [% # /div.col-sm-6 %] |
| 424 |
</div> |
424 |
</div> [% # /div.row %] |
| 425 |
</div> |
|
|
| 426 |
</div> |
| 427 |
|
425 |
|
| 428 |
[% MACRO jsinclude BLOCK %] |
426 |
[% MACRO jsinclude BLOCK %] |
| 429 |
[% Asset.js("js/acquisitions-menu.js") %] |
427 |
[% Asset.js("js/acquisitions-menu.js") %] |