Bug 10023: Change degree notation for number to No.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / basket.tt
1 [% USE KohaDates %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Koha &rsaquo; Acquisitions &rsaquo; [% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</title>
4 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
5 [% INCLUDE 'doc-head-close.inc' %]
6 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
7 [% INCLUDE 'datatables-strings.inc' %]
8 <script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
9
10 <script type="text/javascript">
11 //<![CDATA[
12     function updateColumnsVisibility(visible) {
13         if ( visible ) {
14             $("table .gste, .gsti").show();
15         } else {
16             [% IF ( listincgst ) %]
17                 $("table .gste").hide();
18             [% ELSE %]
19                 $("table .gsti").hide();
20             [% END %]
21         }
22     }
23
24     $(document).ready(function() {
25         $("#show_all_details").click(function(){
26             updateColumnsVisibility($(this+":checked").val());
27         });
28
29         $("#show_all_details").attr('checked', false);
30         updateColumnsVisibility(false);
31     });
32 //]]>
33 </script>
34
35 [% UNLESS ( closedate ) %]
36 <script type="text/javascript">
37 //<![CDATA[
38             function confirm_close() {
39                 var is_confirmed = confirm(_("Are you sure you want to close this basket?"));
40                 if (is_confirmed) {
41                     window.location = "[% script_name %]?op=close&basketno=[% basketno %]";
42                 }
43             }
44             function confirm_deletion() {
45                 var is_confirmed = confirm(_("Are you sure you want to delete this basket?"));
46                 if (is_confirmed) {
47                     window.location = "[% script_name %]?op=delete_confirm&basketno=[% basketno %]&booksellerid=[% booksellerid %]";
48                 }
49             }
50             function confirm_delete_item(ordernumber, biblionumber) {
51                 var is_confirmed = confirm(_("Are you sure you want to delete this order ?"));
52                 if (is_confirmed) {
53                     window.location = "addorder.pl?ordernumber="+ordernumber+"&basketno=[% basketno %]&quantity=0&biblionumber="+biblionumber;
54                 }
55             }
56             
57             function confirm_delete_biblio(ordernumber, biblionumber) {
58                 var is_confirmed = confirm(_("Are you sure you want to delete this catalog record and order ?"));
59                 if (is_confirmed) {
60                     window.location = "addorder.pl?ordernumber="+ordernumber+"&basketno=[% basketno %]&quantity=0&biblionumber="+biblionumber+"&delbiblio=1";
61                     }
62             }
63
64 //]]>
65 </script>
66 [% ELSE %]
67 <script type="text/javascript">
68 //<![CDATA[
69     $(document).ready(function(){
70         $("#basketgroupid").change(function(){
71             if($(this).val() == "new"){
72                 location.href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&booksellerid=[% booksellerid %]";
73             }
74         });
75     });
76 //]]>
77 </script>
78 [% UNLESS ( grouped ) %]
79 <script type="text/javascript">
80 //<![CDATA[
81             function confirm_reopen() {
82                 var skip = [% IF ( skip_confirm_reopen ) %] 1 [% ELSE %] 0 [% END %];
83                 var is_confirmed = skip || confirm(_("Are you sure you want to reopen this basket?"));
84                 if (is_confirmed) {
85                     window.location = "[% script_name %]?op=reopen&basketno=[% basketno %]";
86                 }
87             }
88 //]]>
89 </script>
90 [% END %]
91 [% END %]
92 <script type="text/javascript">
93 //<![CDATA[
94     $(document).ready(function() {
95         var orderst = $("#orders").dataTable($.extend(true, {}, dataTablesDefaults, {
96             "sPaginationType": "four_button",
97             [% IF ( active ) %]
98               [% UNLESS ( closedate ) %]
99                 "aoColumnDefs": [
100                     { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false },
101                 ],
102               [% END %]
103             [% END %]
104         } ) );
105         var cancelledorderst = $("#cancelledorderst").dataTable($.extend(true, {}, dataTablesDefaults, {
106             "sPaginationType": "four_button"
107         } ) );
108         $("#delbasketbutton").on("click",function(e){
109             e.preventDefault();
110             confirm_deletion();
111         });
112         $("#reopenbutton").on("click",function(e){
113             e.preventDefault();
114             confirm_reopen();
115         });
116     });
117 //]]>
118 </script>
119
120 <style type="text/css">
121 .sortmsg {font-size: 80%;}
122 </style>
123 </head>
124 <body id="acq_basket" class="acq">
125 [% INCLUDE 'header.inc' %]
126 [% INCLUDE 'acquisitions-search.inc' %]
127
128
129 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% name|html %]</a> &rsaquo; [% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname|html %] ([% basketno %]) for [% name|html %]</div>
130
131 <div id="doc3" class="yui-t2">
132
133 <div id="bd">
134     <div id="yui-main">
135     <div class="yui-b">
136         [% UNLESS ( confirm_close ) %]
137         [% UNLESS ( selectbasketg ) %]
138             [% UNLESS ( closedate ) %]
139                 <div id="toolbar" class="btn-toolbar">
140                     <div class="btn-group"><a href="basketheader.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]&amp;op=add_form" class="btn btn-small" id="basketheadbutton"><i class="icon-pencil"></i> Edit basket</a></div>
141                     <div class="btn-group"><a href="#" class="btn btn-small" id="delbasketbutton"><i class="icon-remove"></i> Delete this basket</a></div>
142                     [% IF ( unclosable ) %]
143                     [% ELSIF ( uncertainprices ) %]
144                         <div class="btn-group"><a href="/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=[% booksellerid %]&amp;owner=1" class="btn btn-small" id="uncertpricesbutton">Uncertain prices</a></div>
145                     [% ELSE %]
146                         <div class="btn-group">
147                             <a href="[% script_name %]?op=close&amp;basketno=[% basketno %]&amp;booksellerid=[% booksellerid %]" class="btn btn-small" id="closebutton"><i class="icon-remove-sign"></i> Close this basket</a>
148                         </div>
149                     [% END %]
150                         <div class="btn-group"><a href="[% script_name %]?op=export&amp;basketno=[% basketno %]&amp;booksellerid=[% booksellerid %]" class="btn btn-small" id="exportbutton"><i class="icon-download"></i> Export this basket as CSV</a></div>
151
152                 </div>
153             [% ELSE %]
154                 [% UNLESS ( grouped ) %]
155                 <div id="toolbar" class="btn-toolbar">
156                     <div class="btn-group"><a href="#" class="btn btn-small" id="reopenbutton"><i class="icon-refresh"></i> Reopen this basket</a></div>
157                     <div class="btn-group"><a href="[% script_name %]?op=export&amp;basketno=[% basketno %]&amp;booksellerid=[% booksellerid %]" class="btn btn-small" id="exportbutton"><i class="icon-download"></i> Export this basket as CSV</a></div>
158                 </div>
159                 [% END %]
160             [% END %]
161             [% END %]
162
163     [% IF ( NO_BOOKSELLER ) %]
164     <h2>Vendor not found</h2>
165     [% ELSE %]
166         [% IF ( delete_confirmed ) %]
167             <h3>Basket deleted</h3>
168             <META HTTP-EQUIV=Refresh CONTENT="0; url=booksellers.pl">
169         [% ELSE %]
170         <h1>[% UNLESS ( basketno ) %]New [% END %][% IF ( delete_confirm ) %]Delete [% END %]Basket [% basketname|html %] ([% basketno %]) for <a href="supplier.pl?booksellerid=[% booksellerid %]">[% name|html %]</a></h1>
171         [% IF ( delete_confirm ) %]
172             <h2>
173             <span class="yui-button yui-link-button">
174             <em class="first-child">
175                 <a href="[% script_name %]?op=delete_confirm&amp;basketno=[% basketno %]&amp;booksellerid=[% booksellerid %]" class="yui-link-button">Yes, delete this basket!</a>
176             </em>
177             </span>
178             <span class="yui-button yui-link-button">
179             <em class="first-child">
180                 <a href="[% script_name %]?basketno=[% basketno %]" class="yui-link-button">Cancel</a>
181             </em>
182             </span>
183             </h2>
184         [% END %]
185         [% IF ( basketno ) %]
186             <div id="acqui_basket_summary" class="yui-g">
187                 <div class="rows">
188                 <div class="yui-u first">
189                 <ol>
190                 [% IF ( basketnote ) %]<li><span class="label">Internal note:</span> [% basketnote %]</li>[% END %]
191                 [% IF ( basketbooksellernote ) %]<li><span class="label">Vendor note:</span> [% basketbooksellernote %]</li>[% END %]
192                 [% IF ( basketcontractno ) %]
193                     <li><span class="label">Contract name:</span> <a href="../admin/aqcontract.pl?op=add_form&amp;contractnumber=[% basketcontractno %]&amp;booksellerid=[% booksellerid %]">[% basketcontractname %]</a></li>
194                 [% END %]
195                 [% IF ( deliveryplace ) %]<li><span class="label">Delivery place:</span> [% deliveryplace %]</li>[% END %]
196                 [% IF ( billingplace ) %]<li><span class="label">Billing place:</span> [% billingplace %]</li>[% END %]
197                 [% IF ( authorisedbyname ) %]<li><span class="label">Managed by:</span>  [% authorisedbyname %]</li>[% END %]
198                 [% IF ( creationdate ) %]<li><span class="label">Opened on:</span>  [% creationdate | $KohaDates %]</li>[% END %]
199                 [% IF ( closedate ) %]<li><span class="label">Closed on:</span> [% closedate | $KohaDates %]</li>[% END %]
200                 [% IF ( estimateddeliverydate ) %]<li><span class="label">Estimated delivery date:</span> [% estimateddeliverydate | $KohaDates  %]</li>[% END %]
201
202                 </ol>
203                 </div>
204                 [% IF ( closedate ) %]
205                 <div class="yui-u">
206                     <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post">
207                         <p>
208                           <label for="basketgroupid"><strong>Basket group:</strong></label>
209                           [% IF basketgroup.closed %]
210                             [% basketgroup.name %] (closed)
211                           [% ELSE %]
212                             </p>
213                             <p>
214                             <select id="basketgroupid" name="basketgroupid">
215                               <option value="new">Add new group</option>
216                               [% FOREACH bg IN basketgroups %]
217                                 [% IF ( bg.default ) %]
218                                     <option value="[% bg.id %]" selected="selected">[% bg.name %]</option>
219                                 [% ELSE %]
220                                   [% UNLESS bg.closed %]
221                                     <option value="[% bg.id %]">[% bg.name %]</option>
222                                   [% ELSE %]
223                                     <option value="[% bg.id %]" disabled="disabled">[% bg.name %] (closed)</option>
224                                   [% END %]
225                                 [% END %]
226                               [% END %]
227                             </select>
228                           [% END %]
229                         </p>
230
231                         [% UNLESS basketgroup.closed %]
232                           <p>
233                             <input type="hidden" id="basketno" value="[% basketno %]" name="basketno" />
234                             <input type="hidden" value="mod_basket" name="op" />
235                             <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
236                             <input type="submit" value="Change basket group" />
237                           </p>
238                         [% END %]
239                     </form>
240                     [% IF ( basketgroupdeliveryplace ) %]<p>Basket group delivery place: [% basketgroupdeliveryplace %]</p>[% END %]
241                     [% IF ( basketgroupbillingplace ) %]<p>Basket group billing place: [% basketgroupbillingplace %]</p>[% END %]
242                 </div>
243                 [% END %]
244             </div>
245             </div>
246         [% END %]
247
248         [% UNLESS ( delete_confirm ) %]
249         <div id="acqui_basket_content" class="yui-g">
250         [% IF ( books_loop ) %]
251         <h2>Orders</h2>
252         <label for="show_all_details">
253             <input type="checkbox" style="vertical-align: middle;" id="show_all_details" />
254             Show all details
255         </label>
256             <table id="orders">
257                 <thead>
258                     <tr>
259                         <th>Order</th>
260                         <th class="gste">RRP tax exc.</th>
261                         <th class="gste">ecost tax exc.</th>
262                         <th class="gsti">RRP tax inc.</th>
263                         <th class="gsti">ecost tax inc.</th>
264                         <th>Qty.</th>
265                         <th class="gste">Total tax exc. ([% currency %])</th>
266                         <th class="gsti">Total tax inc. ([% currency %])</th>
267                         <th>GST %</th>
268                         <th>GST</th>
269                         <th>Fund</th>
270                         [% IF ( active ) %]
271                             [% UNLESS ( closedate ) %]
272                                 <th>Modify</th>
273                                 <th>Delete</th>
274                             [% END %]
275                         [% END %]
276                     </tr>
277                 </thead>
278                 <tfoot>
279                 [% FOREACH foot_loo IN book_foot_loop %]
280                     <tr>
281                         <th>Total (GST [% foot_loo.gstgsti %])</th>
282                         <th class="gste">&nbsp;</th>
283                         <th class="gste">&nbsp;</th>
284                         <th class="gsti">&nbsp;</th>
285                         <th class="gsti">&nbsp;</th>
286                         <th>[% foot_loo.quantity %]</th>
287                         <th class="gste">[% foot_loo.totalgste %]</th>
288                         <th class="gsti">[% foot_loo.totalgsti %]</th>
289                         <th>&nbsp;</th>
290                         <th>[% foot_loo.gstvalue %]</th>
291                         <th>&nbsp;</th>
292                         [% IF ( active ) %]
293                             [% UNLESS ( closedate ) %]
294                                 <th>&nbsp;</th>
295                                 <th>&nbsp;</th>
296                             [% END %]
297                         [% END %]
298                     </tr>
299                 [% END %]
300                 <tr>
301                     <th>Total ([% currency %])</th>
302                     <th class="gste">&nbsp;</th>
303                     <th class="gste">&nbsp;</th>
304                     <th class="gsti">&nbsp;</th>
305                     <th class="gsti">&nbsp;</th>
306                     <th>[% total_quantity %]</th>
307                     <th class="gste">[% total_gste %]</th>
308                     <th class="gsti">[% total_gsti %]</th>
309                     <th>&nbsp;</th>
310                     <th>[% total_gstvalue %]</th>
311                     <th>&nbsp;</th>
312                     [% IF ( active ) %]
313                         [% UNLESS ( closedate ) %]
314                             <th>&nbsp;</th>
315                             <th>&nbsp;</th>
316                         [% END %]
317                     [% END %]
318                 </tr>
319                 </tfoot>
320                 <tbody>
321                 [% FOREACH books_loo IN books_loop %]
322                     [% IF ( books_loo.order_received ) %]<tr class="disabled">[% ELSE %][% IF ( books_loo.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %][% END %]
323                         <td>
324                             <p>[% IF ( books_loo.order_received ) %] (rcvd)[% END %]
325                                 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% books_loo.biblionumber %]">[% books_loo.title |html %]</a> by [% books_loo.author %]
326                                 <br />
327                                 [% IF ( books_loo.isbn ) %] - [% books_loo.isbn %][% END %]
328                                 [% IF ( books_loo.issn ) %] - [% books_loo.issn %][% END %]
329                                 [% IF ( books_loo.publishercode ) %], [% books_loo.publishercode %][% END %]
330                                 [% IF ( books_loo.publicationyear ) %], [% books_loo.publicationyear %][% END %]
331                                 [% IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement %][% END %]
332                                 [% IF ( books_loo.suggestionid ) %]
333                                     <br/>
334                                     Suggested by: [% books_loo.surnamesuggestedby %][% IF ( books_loo.firstnamesuggestedby ) %], [% books_loo.firstnamesuggestedby %] [% END %]
335                                     (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% books_loo.suggestionid %]&amp;op=show">suggestion #[% books_loo.suggestionid %]</a>)
336                                 [% END %]
337                             </p>
338                                 [% IF ( books_loo.notes ) %]
339                                     <p class="ordernote"><strong>Note: </strong>[% books_loo.notes|html %] [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]">Change note</a>]</p>
340                                 [% ELSE %]
341                                     <p>[<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% books_loo.ordernumber %]">Add note</a>]</p>
342                                 [% END %]
343                         </td>
344                         <td class="number gste [% IF books_loo.rrpgste.search('^0') %]error[% END %]">[% books_loo.rrpgste %]</td>
345                         <td class="number gste [% IF books_loo.ecostgste.search('^0') %]error[% END %]">[% books_loo.ecostgste %]</td>
346                         <td class="number gsti [% IF books_loo.rrpgsti.search('^0') %]error[% END %]">[% books_loo.rrpgsti %]</td>
347                         <td class="number gsti [% IF books_loo.ecostgsti.search('^0') %]error[% END %]">[% books_loo.ecostgsti %]</td>
348                         <td class="number [% IF books_loo.quantity.search('^0') %]error[% END %]">[% books_loo.quantity %]</td>
349                         <td class="number gste [% IF books_loo.totalgste.search('^0') %]error[% END %]">[% books_loo.totalgste %]</td>
350                         <td class="number gsti [% IF books_loo.totalgsti.search('^0') %]error[% END %]">[% books_loo.totalgsti %]</td>
351                         <td class="number [% IF books_loo.gstgsti.search('^0') %]error[% END %]">[% books_loo.gstgsti %]</td>
352                         <td class="number [% IF books_loo.gstvalue.search('^0') %]error[% END %]">[% books_loo.gstvalue %]</td>
353                         <td>[% books_loo.budget_name %]</td>
354                         [% IF ( active ) %]
355                             [% UNLESS ( closedate ) %]
356                             <td>
357                                 <a href="neworderempty.pl?ordernumber=[% books_loo.ordernumber %]&amp;booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">Modify</a>
358                             </td>
359                             <td>
360                             [% IF ( books_loo.left_holds_on_order ) %]
361                             <span class="button" title="Can't delete order, ([% books_loo.holds_on_order %]) holds are linked with this order cancel holds first">Can't delete order</span><br>
362                             [% ELSE %]
363                             <a href="javascript:confirm_delete_item([% books_loo.ordernumber %],[% books_loo.biblionumber %])" class="button">Delete order</a><br>
364                             [% END %]
365                             [% IF ( books_loo.can_del_bib ) %]
366                             <a href="javascript:confirm_delete_biblio([% books_loo.ordernumber %],[% books_loo.biblionumber %])" class="button">Delete order and catalog record</a><br>
367                             [% ELSE %]
368                             <span class="button" title="Can't delete catalog record, see constraints below">Can't delete order and catalog record</span><br>
369                             [% END %]
370                             [% IF ( books_loo.left_item ) %]
371                             <b title="Can't delete catalog record, because of [% books_loo.items %] existing hold(s)" >[% books_loo.items %] item(s) left</b><br>
372                             [% END %]
373                             [% IF ( books_loo.left_biblio ) %]
374                             <b title="Can't delete catalog record, delete other orders linked to it first">[% books_loo.biblios %] order(s) left</b><br>
375                             [% END %]
376                             [% IF ( books_loo.left_subscription ) %]
377                             <b title="Can't delete catalog record, delete subscriptions first">[% books_loo.subscriptions %] subscription(s) left</b><br>
378                             [% END %]
379                             [% IF ( books_loo.left_holds ) %]
380                             <b title="Can't delete catalog record or order, cancel holds first">[% books_loo.holds %] hold(s) left</b>
381                             [% END %]
382                             </td>
383                             [% END %]
384                         [% END %]
385                     </tr>
386                 [% END %]
387                 </tbody>
388             </table>
389         [% END %]
390         [% IF ( listincgst ) %]<small class="highlight">** Vendor's listings already include tax.</small>
391         [% END %]
392         </div>
393         [% IF (cancelledorders_loop) %]
394           <div id="cancelledorders">
395             <h2>Cancelled orders</h2>
396             <table id="cancelledorderst">
397               <thead>
398                 <tr>
399                   <th>Order</th>
400                   <th class="gste">RRP tax exc.</th>
401                   <th class="gste">ecost tax exc.</th>
402                   <th class="gsti">RRP tax inc.</th>
403                   <th class="gsti">ecost tax inc.</th>
404                   <th>Qty.</th>
405                   <th class="gste">Total tax exc. ([% currency %])</th>
406                   <th class="gsti">Total tax inc. ([% currency %])</th>
407                   <th>GST %</th>
408                   <th>GST</th>
409                   <th>Fund</th>
410                 </tr>
411               </thead>
412               <tbody>
413                 [% FOREACH order IN cancelledorders_loop %]
414                   <tr style="color:grey">
415                     <td>
416                       <p>
417                         [% IF ( order.order_received ) %] (rcvd)[% END %]
418                         [% IF (order.title) %]
419                           [% order.title |html %] by [% order.author %]<br />
420                         [% ELSE %]
421                           <em>Deleted bibliographic record, can't find title</em><br />
422                         [% END %]
423                         [% IF ( order.notes ) %] [% order.notes %][% END %]
424                         [% IF ( order.isbn ) %] - [% order.isbn %][% END %]
425                         [% IF ( order.issn ) %] - [% order.issn %][% END %]
426                         [% IF ( order.publishercode ) %], [% order.publishercode %][% END %]
427                         [% IF ( order.publicationyear ) %], [% order.publicationyear %][% END %]
428                         [% IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement %][% END %]
429                       </p>
430                     </td>
431                     <td class="number gste">[% order.rrpgste %]</td>
432                     <td class="number gste">[% order.ecostgste %]</td>
433                     <td class="number gsti">[% order.rrpgsti %]</td>
434                     <td class="number gsti">[% order.ecostgsti %]</td>
435                     <td class="number">[% order.quantity %]</td>
436                     <td class="number gste">[% order.totalgste %]</td>
437                     <td class="number gsti">[% order.totalgsti %]</td>
438                     <td class="number">[% order.gstgsti %]</td>
439                     <td class="number">[% order.gstvalue %]</td>
440                     <td>[% order.budget_name %]
441                   </tr>
442                 [% END %]
443               </tbody>
444             </table>
445           </div>
446         [% END %]
447         <br />
448         [% UNLESS ( closedate ) %]
449         [% INCLUDE 'acquisitions-add-to-basket.inc' %]
450         [% END %]
451         [% END %]
452 [% END %]
453 [% END %]    [% ELSE %] <!-- if we want just to select a basketgroup for a closed basket -->
454     [% END %]
455 [% IF ( confirm_close ) %]
456         <div id="closebasket_needsconfirmation" class="dialog alert">
457
458         <form action="/cgi-bin/koha/acqui/basket.pl" class="confirm">
459             <h1>Are you sure you want to close basket [% basketname|html %]?</h1>
460             <p>
461             <label for="createbasketgroup">Attach this basket to a new basket group with the same name</label>
462             <input type="checkbox" id="createbasketgroup" name="createbasketgroup"/>
463             </p>
464             <input type="hidden" id="basketno" value="[% basketno %]" name="basketno" />
465             <input type="hidden" value="close" name="op" />
466             <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
467             <input type="hidden" name="confirm" value="1" />
468             <input type="hidden" name="basketgroupname" value="[% basketgroupname %]" />
469             <input type="submit" class="approve" value="Yes, close (Y)" accesskey="y" />
470             <input type="submit" class="deny" value="No, don't close (N)" accesskey="n" onclick="javascript:window.location='/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]';return false;" />
471         </form>
472         </div>
473     [% END %]
474 </div>
475 </div>
476 <div class="yui-b">
477 [% INCLUDE 'acquisitions-menu.inc' %]
478 </div>
479 </div>
480 [% INCLUDE 'intranet-bottom.inc' %]