|
Lines 40-51
Link Here
|
| 40 |
[% UNLESS ( closedate ) %] |
40 |
[% UNLESS ( closedate ) %] |
| 41 |
<script type="text/javascript"> |
41 |
<script type="text/javascript"> |
| 42 |
//<![CDATA[ |
42 |
//<![CDATA[ |
| 43 |
function confirm_close() { |
|
|
| 44 |
var is_confirmed = confirm(_("Are you sure you want to close this basket?")); |
| 45 |
if (is_confirmed) { |
| 46 |
window.location = "[% script_name %]?op=close&basketno=[% basketno %]"; |
| 47 |
} |
| 48 |
} |
| 49 |
|
43 |
|
| 50 |
function delete_basket(basketno,booksellerid,delbiblio) { |
44 |
function delete_basket(basketno,booksellerid,delbiblio) { |
| 51 |
window.location = "[% script_name %]?op=delete_confirm&delbiblio="+delbiblio+"&basketno="+basketno+"&booksellerid="+booksellerid; |
45 |
window.location = "[% script_name %]?op=delete_confirm&delbiblio="+delbiblio+"&basketno="+basketno+"&booksellerid="+booksellerid; |
| 52 |
- |
|
|