Lines 282-288
Link Here
|
282 |
</div> |
282 |
</div> |
283 |
<a href="/cgi-bin/koha/vendors">Go back to vendor page</a> |
283 |
<a href="/cgi-bin/koha/vendors">Go back to vendor page</a> |
284 |
[% ELSE %] |
284 |
[% ELSE %] |
285 |
<a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]" class="btn btn-default btn-sm">Show baskets for vendor [% booksellername | html %]</a> |
285 |
<a href="/cgi-bin/koha/acqui/booksellers.pl?booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm">Show baskets for vendor [% booksellername | html %]</a> |
286 |
<a href="/cgi-bin/koha/vendors" class="btn btn-default btn-sm">Show all active baskets</a> |
286 |
<a href="/cgi-bin/koha/vendors" class="btn btn-default btn-sm">Show all active baskets</a> |
287 |
[% END # /IF (cannotdelbiblios) %] |
287 |
[% END # /IF (cannotdelbiblios) %] |
288 |
[% ELSE # IF ( delete_confirmed ) %] |
288 |
[% ELSE # IF ( delete_confirmed ) %] |