Fix for Bug 2086, Filter Button Misleading. This moves the filter form into the left...
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / lateorders.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Late orders</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; Late orders</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 <h1><!-- TMPL_IF name="Supplier" --><!-- TMPL_VAR name="Supplier" --> : <!--/TMPL_IF -->Late orders</h1>
18 <div id="acqui_lateorders">
19
20 <!-- TMPL_IF NAME="lateorders" --><form action="lateorders.pl" name="claim" method="post">
21 <input type="hidden" name="op" value="send_alert" />
22 <!-- TMPL_IF NAME="letters" --><p><label for="letter_code">Claim using notice: </label><select name="letter_code" id="letter_code">
23                         <!--TMPL_LOOP Name="letters"-->
24                             <option value="<!--TMPL_VAR Name="code"-->"><!--TMPL_VAR Name="name"--></option>
25                         <!--/TMPL_LOOP -->
26                     </select>
27                                         </p><!-- /TMPL_IF -->
28     <table>
29         <tr>
30             <th>Order Date</th>
31             <th>Vendor</th>
32             <th>Information</th>
33             <th>Total cost</th>
34             <th>Basket</th>
35             <th>&nbsp;</th>
36         </tr>
37         <!-- TMPL_LOOP name="lateorders" -->
38             <!--TMPL_IF Name="hilighted" -->
39                 <tr class="highlight"> 
40             <!--TMPL_ELSE-->
41                 <tr>
42             <!-- /TMPL_IF -->
43                 <td>
44                     <!-- TMPL_VAR name="orderdate" -->
45                     (<!-- TMPL_VAR name="latesince" --> days)
46                 </td>
47                 <td>
48                         <!-- TMPL_VAR name="supplier" -->
49                 </td>
50                 <td>
51                     <b><!-- TMPL_VAR name="title" --></b>
52                     <!-- TMPL_IF name="author" --><br/><i>Author:</i> <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
53                     <!-- TMPL_IF name="publisher" -->
54                         <br/><i>Published by:</i> <!-- TMPL_VAR NAME="publisher" -->
55                         <!-- TMPL_IF name="publicationyear" -->
56                             <i> in </i><!-- TMPL_VAR name="publicationyear" -->
57                         <!-- /TMPL_IF -->
58                     <!-- /TMPL_IF -->
59                 </td>
60                 <td>
61                     <!-- TMPL_VAR name="unitpricesupplier" -->x<!-- TMPL_VAR name="quantity" --> = 
62                     <!-- TMPL_VAR name="subtotal" -->
63                     <p title="budget"><!-- TMPL_VAR name="budget" --></p>
64                 </td>
65                 <td>
66                     <p><a href="basket.pl?basketno=<!-- TMPL_VAR name="basketno" -->" title="basket">
67                         <!-- TMPL_VAR name="basketno" -->
68                     </a>
69                     </p>
70                     <p title="branch"><!-- TMPL_VAR name="branch" --></p>
71                 </td>
72                 <td>
73                     <input type="checkbox" name="claim_for" value="<!--TMPL_VAR Name="ordernumber" -->" />
74                 </td>
75             </tr>
76         <!-- /TMPL_LOOP -->
77         <tr> 
78             <th>
79                 Total
80             </th>
81             <th colspan="2">
82                 &nbsp;
83             </th>
84             <th>
85                 <!-- TMPL_VAR name="total" -->
86             </th>
87             <th> &nbsp;</th>
88             <td>
89                 <input type="submit" value="Claim Order" />
90             </td>
91         </tr>
92     </table>
93                 </form><!-- TMPL_ELSE --><p>There are no late orders.</p><!-- /TMPL_IF -->
94 </div>
95 </div>
96 </div>
97 <div class="yui-b">
98 <form action="lateorders.pl" method="post">
99 <fieldset class="brief">
100 <h4>Filter Results:</h4>
101 <ol>    <li><label for="delay">Order date:</label><input size="3" maxlength="3" id="delay" type="text" name="delay" value="<!--TMPL_VAR Name="delay" -->" /> days ago</li>
102         <li><label for="supplierid">Vendor:</label><!-- TMPL_VAR name="CGIsupplier" --></li></ol>
103         <fieldset class="action"><input type="submit" value="filter" /></fieldset>
104 </fieldset>
105     </form>
106 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
107 </div>
108 </div>
109 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->