Correcting behavior of SpecifyDueDate and sticky due date options. Fixes Bug 2748.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / booksellers.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Search for vendor <!-- TMPL_VAR name="supplier" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
8
9 <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; Search for Vendor <em><!-- TMPL_VAR name="supplier" --></em> </div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16         
17 <!-- TMPL_INCLUDE NAME="acquisitions-toolbar.inc" -->
18 <!-- TMPL_IF EXPR="count == 1" -->      
19 <h1> <!-- TMPL_VAR NAME="supplier_name" --> </h1>
20 <!-- TMPL_ELSE -->
21 <h1>You searched on <b>vendor <!-- TMPL_VAR name="supplier" -->,</b> <!-- TMPL_VAR name="count" --> results found</h1>
22 <!-- /TMPL_IF -->
23 <div id="acqui_order_supplierlist">
24         <table>
25         <tr>
26                 <th>Order</th>
27                 <th>Order receive</th>
28                 <th>Company</th>
29                 <th>&nbsp;</th>
30         </tr>
31         
32         <!-- TMPL_LOOP name="loop_suppliers" -->
33                 <tr>
34                         <td>    <!-- TMPL_IF name="active" -->
35                                         <a href="basket.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->">Add order</a>
36                                 <!-- TMPL_ELSE -->
37                                         Inactive
38                                 <!-- /TMPL_IF -->
39                         </td>
40                         <td>    <a href="parcels.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->">Receive shipment</a>
41                         </td>
42                         <!-- TMPL_IF NAME="name"-->
43                           <td><a href="supplier.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->"><!-- TMPL_VAR name="name" --></a></td>
44                         <!-- TMPL_ELSE -->
45                           <td><a href="supplier.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->">NO NAME</a></td>
46                         <!-- /TMPL_IF -->
47                         <td>    <table>
48                                     <!-- TMPL_IF NAME="loop_basket"-->
49                                                 <tr>
50                                                         <th>Basket</th>
51                                                         <th>Items</th>
52                                                         <th>Created by</th>
53                                                         <th>Date</th>
54                                                         <th>&nbsp;</th>
55                                                 </tr>
56                                                 <!-- TMPL_LOOP NAME="loop_basket" -->
57                                                         <tr>
58                                                                 <td><!-- TMPL_VAR NAME="basketno" --></td>
59                                                                 <td><TMPL_VAR NAME="total"></td>
60                                                                 <td>                                            <!-- TMPL_VAR name="firstname" -->
61                                                                                 <!-- TMPL_VAR name="surname" -->
62                                                                 </td>
63                                                                 <td><!-- TMPL_VAR NAME="creationdate" --></td>
64                                                                 <td>                                            <!-- TMPL_IF name="closedate" -->
65                                                                                 closed on <!-- TMPL_VAR NAME="closedate" -->
66                                                                                 <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">View</a>
67                                                                         <!-- TMPL_ELSE -->
68                                                                                 <!-- TMPL_IF name="active" -->
69                                                                                         <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">modify</a>
70                                                                                 <!-- TMPL_ELSE -->
71                                                                                         <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">View</a>
72                                                                                 <!-- /TMPL_IF -->
73                                                                         <!-- /TMPL_IF -->
74                                                                 </td>
75                                                         </tr>
76                                                 <!-- /TMPL_LOOP -->
77                                         <!-- TMPL_ELSE -->
78                                             <tr><td>No pending baskets</td></tr>
79                                         <!-- /TMPL_IF -->
80                                         </table>
81                         </td>
82                         </tr>
83                 <!-- /TMPL_LOOP -->
84                 </table>
85 </div>
86 </div>
87 </div>
88 <div class="yui-b">
89 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
90 </div>
91 </div>
92 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->