|
Lines 4-10
Link Here
|
| 4 |
[% USE AuthorisedValues %] |
4 |
[% USE AuthorisedValues %] |
| 5 |
|
5 |
|
| 6 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
| 7 |
<title>Koha › Acquisitions › [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</title> |
7 |
<title>Koha › Acquisitions › [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno |html %]) for [% name|html %]</title> |
| 8 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
8 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
| 9 |
[% INCLUDE 'doc-head-close.inc' %] |
9 |
[% INCLUDE 'doc-head-close.inc' %] |
| 10 |
[% INCLUDE 'datatables.inc' %] |
10 |
[% INCLUDE 'datatables.inc' %] |
|
Lines 68-74
Link Here
|
| 68 |
function confirm_ediorder() { |
68 |
function confirm_ediorder() { |
| 69 |
var is_confirmed = confirm(_("Are you sure you want to close this basket and generate an EDIFACT order?")); |
69 |
var is_confirmed = confirm(_("Are you sure you want to close this basket and generate an EDIFACT order?")); |
| 70 |
if (is_confirmed) { |
70 |
if (is_confirmed) { |
| 71 |
window.location = "/cgi-bin/koha/acqui/basket.pl?op=edi_confirm&basketno=[% basketno %]"; |
71 |
window.location = "/cgi-bin/koha/acqui/basket.pl?op=edi_confirm&basketno=[% basketno |html %]"; |
| 72 |
} |
72 |
} |
| 73 |
} |
73 |
} |
| 74 |
|
74 |
|
|
Lines 93-99
Link Here
|
| 93 |
var skip = [% IF ( skip_confirm_reopen ) %] 1 [% ELSE %] 0 [% END %]; |
93 |
var skip = [% IF ( skip_confirm_reopen ) %] 1 [% ELSE %] 0 [% END %]; |
| 94 |
var is_confirmed = skip || confirm(_("Are you sure you want to reopen this basket?")); |
94 |
var is_confirmed = skip || confirm(_("Are you sure you want to reopen this basket?")); |
| 95 |
if (is_confirmed) { |
95 |
if (is_confirmed) { |
| 96 |
window.location = "/cgi-bin/koha/acqui/basket.pl?op=reopen&basketno=[% basketno %]"; |
96 |
window.location = "/cgi-bin/koha/acqui/basket.pl?op=reopen&basketno=[% basketno |html %]"; |
| 97 |
} |
97 |
} |
| 98 |
} |
98 |
} |
| 99 |
//]]> |
99 |
//]]> |
|
Lines 167-173
Link Here
|
| 167 |
[% INCLUDE 'acquisitions-search.inc' %] |
167 |
[% INCLUDE 'acquisitions-search.inc' %] |
| 168 |
|
168 |
|
| 169 |
|
169 |
|
| 170 |
<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 %]">[% name|html %]</a> › [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</div> |
170 |
<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 %]">[% name|html %]</a> › [% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno |html %]) for [% name|html %]</div> |
| 171 |
|
171 |
|
| 172 |
<div id="doc3" class="yui-t2"> |
172 |
<div id="doc3" class="yui-t2"> |
| 173 |
|
173 |
|
|
Lines 317-323
Link Here
|
| 317 |
[% END %] |
317 |
[% END %] |
| 318 |
</div> |
318 |
</div> |
| 319 |
[% END %] |
319 |
[% END %] |
| 320 |
<h1>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno %]) for <a href="supplier.pl?booksellerid=[% booksellerid %]">[% name|html %]</a></h1> |
320 |
<h1>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname|html %] ([% basketno |html %]) for <a href="supplier.pl?booksellerid=[% booksellerid %]">[% name|html %]</a></h1> |
| 321 |
[% IF ( basketno ) %] |
321 |
[% IF ( basketno ) %] |
| 322 |
<div id="acqui_basket_summary" class="yui-g"> |
322 |
<div id="acqui_basket_summary" class="yui-g"> |
| 323 |
<div class="rows"> |
323 |
<div class="rows"> |
| 324 |
- |
|
|