Lines 9-16
Link Here
|
9 |
<div id="breadcrumbs"> |
9 |
<div id="breadcrumbs"> |
10 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › |
10 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › |
11 |
<a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › |
11 |
<a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › |
12 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% basket.bookseller.id %]">[% basket.bookseller.name | html %]</a> › |
12 |
[% UNLESS success_cancelorder %] |
13 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno %]">Basket [% basket.basketname | html %] ([% basket.basketno %]) for [% basket.bookseller.name | html %]</a> › |
13 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% basket.bookseller.id %]">[% basket.bookseller.name | html %]</a> › |
|
|
14 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno %]">Basket [% basket.basketname | html %] ([% basket.basketno %]) for [% basket.bookseller.name | html %]</a> › |
15 |
[% END %] |
14 |
Cancel order |
16 |
Cancel order |
15 |
</div> |
17 |
</div> |
16 |
|
18 |
|
17 |
- |
|
|