|
Lines 23-29
Batch list
Link Here
|
| 23 |
<body id="acq_addorderiso2709" class="acq"> |
23 |
<body id="acq_addorderiso2709" class="acq"> |
| 24 |
[% INCLUDE 'header.inc' %] |
24 |
[% INCLUDE 'header.inc' %] |
| 25 |
[% INCLUDE 'acquisitions-search.inc' %] |
25 |
[% INCLUDE 'acquisitions-search.inc' %] |
| 26 |
<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 | html %]">[% booksellername | html %]</a> › <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Basket [% basketno | html %]</a> › Add orders from MARC file</div> |
26 |
|
|
|
27 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
| 28 |
<ol> |
| 29 |
<li> |
| 30 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
| 31 |
</li> |
| 32 |
<li> |
| 33 |
<a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> |
| 34 |
</li> |
| 35 |
<li> |
| 36 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">[% booksellername | html %]</a> |
| 37 |
</li> |
| 38 |
<li> |
| 39 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Basket [% basketno | html %]</a> |
| 40 |
</li> |
| 41 |
<li> |
| 42 |
<a href="#" aria-current="page">Add orders from MARC file</a> |
| 43 |
</li> |
| 44 |
</ol> |
| 45 |
</nav> |
| 46 |
|
| 27 |
<div class="container-fluid"> |
47 |
<div class="container-fluid"> |
| 28 |
<div class="row"> |
48 |
<div class="row"> |
| 29 |
<div class="col-sm-6 col-sm-offset-3 col-md-8 col-md-offset-2"> |
49 |
<div class="col-sm-6 col-sm-offset-3 col-md-8 col-md-offset-2"> |