koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui... [R_2-2-7-1


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui... [R_2-2-7-1]
Date: Mon, 12 Feb 2007 09:42:12 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         R_2-2-7-1
Changes by:     Antoine Farnault <toins>        07/02/12 09:42:12

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/acqui: acqui-home.tmpl 
                                              acquire.tmpl recieve.tmpl 

Log message:
        Commiting BUG FIX for 2.2.7.1.
        
        Previous log was :
                - adding edit currencies link to acqui-home (even if one or 
more currencies are configured)
                - re-synching acquire.tmpl and recieve.tmpl to try to iron out 
bugs

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.3.2.6&r2=1.3.2.6.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acquire.tmpl?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.1.2.5&r2=1.1.2.5.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/recieve.tmpl?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.1.2.6&r2=1.1.2.6.2.1

Patches:
Index: acqui-home.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/acqui-home.tmpl,v
retrieving revision 1.3.2.6
retrieving revision 1.3.2.6.2.1
diff -u -b -r1.3.2.6 -r1.3.2.6.2.1
--- acqui-home.tmpl     3 Aug 2006 06:10:34 -0000       1.3.2.6
+++ acqui-home.tmpl     12 Feb 2007 09:42:12 -0000      1.3.2.6.2.1
@@ -26,9 +26,13 @@
 <!-- currencies-->
 <div class="details">
 <!-- TMPL_IF NAME="loop_currency" -->
-<table>
-       <caption>Exchange Rates</caption>
+<h4>Currencies</h4>
+<!-- TMPL_ELSE -->
+<h4>No Currencies Configured</h4>
+<!-- /TMPL_IF -->
 
+<!-- TMPL_IF NAME="loop_currency" -->
+<table>
        <!-- TMPL_LOOP name="loop_currency" -->
                <tr>
                        <th>
@@ -40,16 +44,13 @@
                        </td>
                </tr>
        <!-- /TMPL_LOOP -->
-</table><input type="submit" class="submit" value="Save Exchange Rate" />
-<!-- TMPL_ELSE --><form action="/cgi-bin/koha/admin/currency.pl" method="post">
-        <input type="hidden" name="op" value="add_form" /><input type="submit" 
class="submit" value="Add Currency" />
-
-        </form><!-- /TMPL_IF -->
+</table><input type="submit" class="submit" value="Update Exchange Rates" 
/><!-- /TMPL_IF -->
+<a href="/cgi-bin/koha/admin/currency.pl?op=add_form">Add Currency</a>
 </div>
 
 <!-- suggestions -->
 <div class="details">
-       <h3>Pending Suggestions</h3>
+       <h4>Pending Suggestions</h4>
                <!-- TMPL_IF name="suggestion" -->
                        <!--TMPL_VAR NAME="suggestion" --> suggestions waiting 
<a href="/cgi-bin/koha/suggestion/acceptorreject.pl">Manage Suggestions</a>
                <!-- TMPL_ELSE -->

Index: acquire.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/acquire.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.5.2.1
diff -u -b -r1.1.2.5 -r1.1.2.5.2.1
--- acquire.tmpl        3 Aug 2006 13:19:39 -0000       1.1.2.5
+++ acquire.tmpl        12 Feb 2007 09:42:12 -0000      1.1.2.5.2.1
@@ -4,151 +4,117 @@
 
 <div id="main">
 
-<h1>Receipt Summary for : <!-- TMPL_VAR NAME="name" --> <!-- TMPL_IF 
NAME="invoice" -->Invoice, <!-- TMPL_VAR NAME="invoice" --><!-- /TMPL_IF 
--></h1>
+<h1>Receipt Summary for: <i><!-- TMPL_VAR NAME="name" --></i> Invoice <i><!-- 
TMPL_VAR NAME="invoice" --></i></h1>
 
-<ul><li>Invoice: <!-- TMPL_VAR NAME="invoice" --></li>
-<li>Received By: <!-- TMPL_VAR NAME="user" --></li>
-<li>Date: <!-- TMPL_VAR NAME="date" --></li>
-</ul>
-
-<!-- TMPL_IF name="count" -->
-       <script language="javascript" type="text/javascript">
-       <!--
-       function messenger(X,Y,etc){
-       
win=window.open("","mess","height="+X+",width="+Y+",screenX=150,screenY=0");
-       win.focus();
-       win.document.close();
-       win.document.write("<body link='#333333' bgcolor='#ffffff' 
text='#000000'><font size=2><p><br>");
-       win.document.write(etc);
-       win.document.write("<center><form><input type=button 
onclick='self.close()' value=Close></form></center>");
-       win.document.write("</font></body></html>");
-       }
-       //-->
-       </script>
+       <!-- TMPL_IF name="count" -->
        <form action="/cgi-bin/koha/acqui/finishreceive.pl" method="post">
        <h1><!-- TMPL_VAR NAME="ordernumber" --> - Receive Order</h1>
-       <ul><li>Shopping Basket For: <!-- TMPL_VAR NAME="name" --></li>
-               <li>Order placed: <!-- TMPL_VAR NAME="date" --></li>
-       </ul>
-
-       <table>
-       <caption>Catalogue Details</caption>
-               <tr>
-                       <td><b>Title *</b></td>
-                       <td><input type="text" size="20" name="title" 
value="<!-- TMPL_VAR NAME="title" -->" />
-                       </td>
-               </tr>
-               <tr>
-                       <td>Author</td>
-                       <td><input type="text" size="20" name="author" 
value="<!-- TMPL_VAR NAME="author" -->" />
-                       </td>
-               </tr>
-               <tr>
-                       <td>Copyright Date</td>
-                       <td><input type="text" size="20" name="copyright" 
value="<!-- TMPL_VAR NAME="copyrightdate" -->" />
-                       </td>
-               </tr>
-               <tr>
-                       <td>Format</td>
-                       <td><!-- TMPL_VAR NAME="CGIitemtype" --></td>
-               </tr>
-               <tr>
-                       <td>ISBN</td>
-                       <td><input type="text" size="20" name="ISBN" 
value="<!-- TMPL_VAR NAME="isbn" -->" /></td>
-               </tr>
-               <tr>
-                       <td>Series</td>
-                       <td><input type="text" size="20" name="Series" 
value="<!-- TMPL_VAR NAME="seriestitle" -->" /></td>
-               </tr>
-               <tr>
-                       <td>Branch</td>
+               <h4>Shopping Basket For: <!-- TMPL_VAR NAME="name" --></h4>
+               <h5>Order placed: <!-- TMPL_VAR NAME="date" --></h5>
+               <div class="box">
+                               <h2>Catalogue Details</h2>
+                       <table><tr>
+                               <td><strong>Title:</strong></td><td> 
+                               <!-- TMPL_VAR NAME="title" -->
+                       </td></tr>
+                       <tr>
+                               <td><strong>Author:</strong></td><td>
+                               <!-- TMPL_VAR NAME="author" -->
+                       </td></tr>
+                       <tr>
+                               <td><strong>Copyright Date:</strong></td><td>
+                               <!-- TMPL_VAR NAME="copyrightdate" -->
+                       </td></tr>
+                       <tr>
+                               <td><strong>Format:</strong></td><td>
+                               <!-- TMPL_VAR NAME="itemtype" -->
+                       </td></tr>
+                       <tr>
+                               <td><strong>ISBN:</strong></td><td>
+                               <!-- TMPL_VAR NAME="isbn" -->
+                       </td></tr>
+                       <tr>
+                               <td><strong>Series:</strong></td><td>
+                               <!-- TMPL_VAR NAME="seriestitle" -->
+                       </td></tr></table>
+                       <p>Enter barcode(s) and branch if you want to add 
item(s) immediatly</p>
+                       <table><tr>
+                               <td><label for="">Branch:</label></td>
                        <td><!-- TMPL_VAR NAME="CGIbranch" --></td>
                </tr>
                <tr>
-                       <td><b>Item Barcode *</b></td>
-                       <td><input type="text" size="20" name="barcode" 
value="<!-- TMPL_VAR NAME="barcode" -->" /></td>
-               </tr>
-               <tr>
-                       <td><b>Volume Info (for serials) *</b></td>
-                       <td><input type="text" size="20" name="volinf" /></td>
-               </tr>
-               <tr>
-                       <td colspan=2 align="center">
-                               <input type="hidden" name="biblio" value="<!-- 
TMPL_VAR NAME="biblionumber" -->" />
-                               <input type="hidden" name="ordnum" value="<!-- 
TMPL_VAR NAME="ordernumber" -->" />
-                               <input type="hidden" name="biblioitemnum" 
value="<!-- TMPL_VAR NAME="biblioitemnumber" -->" />
-                               <input type="hidden" name="id" value="<!-- 
TMPL_VAR NAME="booksellerid" -->" />
-                               <input type="hidden" name="freight" value="<!-- 
TMPL_VAR NAME="freight" -->" />
-                               <input type="hidden" name="gst" value="<!-- 
TMPL_VAR NAME="gst" -->" />
-                                       <input type="submit" class="submit"  
name="submit" value="Save" />
-                       </td>
-               </tr>
-       </table>
-       <table>
-       <caption>Accounting Details</caption>
-               <tr>
-                       <td><b>Bookfund *</b></td>
-                       <td><!-- TMPL_VAR NAME="CGIbookfund" -->
-               </tr>
+                               <td><label for="">Item Barcode: *</label></td>
+                               <td><input type="text" size="20" name="barcode" 
value="<!-- TMPL_VAR name="barcode" -->" /></td>
+                       </tr></table>
+               </div>
+               <div class="box">
+                       <h2>Accounting details</h2>
+                       <table><tr>
+                               <td><strong>Bookfund:</strong></td><td>
+                               <!-- TMPL_VAR NAME="bookfund" -->
+                       </td></tr>
+                       <tr>
+                               <td><strong>Quantity Ordered:</strong></td><td>
+                               <!-- TMPL_VAR NAME="quantity" -->
+                               <input type="hidden" name="quantity" 
value="<!-- TMPL_VAR NAME="quantity" -->" />
+                       </td></tr>
                <tr>
-                       <td>Quantity Ordered</td>
-                       <td><input type="text" size="20" name="quantity" 
value="<!-- TMPL_VAR NAME="quantity" -->" />
-                       </td>
-               </tr>
-               <tr>
-                       <td><b>Quantity Received *</b></td>
+                               <td><label for="">Quantity Received: 
*</label></td>
                        <td><input type="text" size="20" name="quantityrec" 
value="<!-- TMPL_VAR NAME="quantityreceived" -->" />
-                       </td>
-               </tr>
+                       </td></tr>
                <tr>
-                       <td>Replacement Cost</td>
+                               <td><label for="">Replacement Cost:</label></td>
                        <td><input type="text" size="20" name="rrp" value="<!-- 
TMPL_VAR NAME="rrp" -->" />
-               </tr>
-               <tr>
-                       <td>Budgeted Cost </td>
-                       <td><input type="text" size="20" name="ecost" 
value="<!-- TMPL_VAR NAME="ecost" -->" /></td>
-               </tr>
-               <tr>
-                       <td><b>Actual Cost *</b></td>
-                       <td><input type="text" size="20" name="cost" 
value="<!-- TMPL_IF name="unitprice"--><!-- TMPL_VAR NAME="unitprice" --><!-- 
TMPL_ELSE --><!-- TMPL_VAR name="rrp" --><!-- /TMPL_IF -->" /></td>
-               </tr>
-               <tr>
-                       <td>Invoice Number</td>
-                       <td>
-                               <!-- TMPL_VAR NAME="invoice" -->
-                               <input type="hidden" name="invoice" value="<!-- 
TMPL_VAR NAME="invoice" -->" />
-                <input type="hidden" name="datereceived" value="<!-- TMPL_VAR 
NAME="datereceived" -->" />
-                       </td>
-               </tr>
+                       </td></tr>
                <tr>
-                       <td>Notes</td>
-                       <td><input type="text" size="20" name="notes" 
value="<!-- TMPL_VAR NAME="notes" -->" /></td>
-               </tr>
-       </table>
+                               <td><strong>Budgeted Cost:</strong></td><td>
+                               <!-- TMPL_VAR NAME="ecost" -->
+                       </td></tr>
+                       <tr>
+                               <td><label for="">Actual Cost: *</label></td>
+                               <td><input type="text" size="20" name="cost" 
value="<!-- TMPL_IF name="unitprice"--><!-- TMPL_VAR NAME="unitprice" --><!-- 
TMPL_ELSE --><!-- TMPL_VAR name="rrp" --><!-- /TMPL_IF -->">
+                       </td></tr>
+                       <tr>
+                               <td><strong>Invoice Number:</strong></td>
+                                       <td><!-- TMPL_VAR NAME="invoice" -->
+                <input type="hidden" name="invoice" value="<!-- TMPL_VAR 
NAME="invoice" -->">
+                <input type="hidden" name="datereceived" value="<!-- TMPL_VAR 
NAME="datereceived" -->">
+                </td></tr>
+                       <tr>
+                               <td><strong>Notes:</strong></td>
+                               <td><!-- TMPL_VAR NAME="notes" -->
+                       </td></tr></table>
+                       <input type="hidden" name="biblio" value="<!-- TMPL_VAR 
NAME="biblionumber" -->">
+                               <input type="hidden" name="ordnum" value="<!-- 
TMPL_VAR NAME="ordernumber" -->">
+                               <input type="hidden" name="biblioitemnum" 
value="<!-- TMPL_VAR NAME="biblioitemnumber" -->">
+                               <input type="hidden" name="supplierid" 
value="<!-- TMPL_VAR NAME="supplierid" -->">
+                               <input type="hidden" name="freight" value="<!-- 
TMPL_VAR NAME="freight" -->">
+                               <input type="hidden" name="gst" value="<!-- 
TMPL_VAR NAME="gst" -->">
+<p><input type="submit" class="submit" value="Save"> (that all costs are for 1 
item)</p>
+               </div>
        </form>
-
-<!-- TMPL_ELSE -->
-
+       <!-- TMPL_ELSE -->
        <table>
        <tr>
                <th>Basket</th>
                <th>ISBN</th>
-               <th>Title</th>
-               <th>Author</th>
+                       <th>TITLE</th>
+                       <th>AUTHOR</th>
                <th>Qty</th>
                <th>Received</th>
        </tr>
-       <!-- TMPL_LOOP name="loop" -->
+               <!-- TMPL_LOOP NAME="loop" -->
                <tr>
                        <td><!-- TMPL_VAR NAME="basketno" --></td>
                        <td><!-- TMPL_VAR NAME="isbn" --></td>
-                       <td><a href="acquire.pl?recieve=<!-- TMPL_VAR 
NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" 
-->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;freight=<!-- TMPL_VAR 
NAME="freight" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;id=<!-- TMPL_VAR 
NAME="id" -->"><!-- TMPL_VAR NAME="title" --></a></td>
+                               <td><a href="acquire.pl?recieve=<!-- TMPL_VAR 
NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" 
-->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;freight=<!-- TMPL_VAR 
NAME="freight" -->&amp;gst=<!-- TMPL_VAR NAME="gst" -->&amp;supplierid=<!-- 
TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="title" --></a></td>
                        <td><!-- TMPL_VAR NAME="author" --></td>
                        <td><!-- TMPL_VAR NAME="quantity" --></td>
                        <td><!-- TMPL_VAR NAME="quantityrecieved" --></td>
                </tr>
        <!-- /TMPL_LOOP -->
        </table>
-<!-- /TMPL_IF -->
+       <!-- /TMPL_IF -->
 </div>
+
 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->

Index: recieve.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/recieve.tmpl,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.6.2.1
diff -u -b -r1.1.2.6 -r1.1.2.6.2.1
--- recieve.tmpl        2 Aug 2006 13:11:58 -0000       1.1.2.6
+++ recieve.tmpl        12 Feb 2007 09:42:12 -0000      1.1.2.6.2.1
@@ -3,27 +3,23 @@
 <!-- TMPL_INCLUDE name="intranet-nav.inc" -->
 
 <div id="main">
+       <h1>Receipt parcel for <em><!-- TMPL_VAR NAME="name" --></em></h1>
 
-       <h1>
-                       Receipt Summary for <i><!-- TMPL_VAR NAME="name" 
--></i> Invoice <i><!-- TMPL_VAR NAME="invoice" --></i>
-       </h1>
-       
-<ul>
-<li>Invoice: <!-- TMPL_VAR name="invoice" --></li>
-<li>Received by: <!-- TMPL_VAR name="user" --></li>
-<li>Date: <!-- TMPL_VAR name="formatteddatereceived"--></li>
-</ul>
+       <ul class="notes">
+               <li><strong>Invoice:</strong> <!-- TMPL_VAR NAME="invoice" 
--></li>
+        <li><strong>Date:</strong> <!-- TMPL_VAR 
name="formatteddatereceived"--></li>
+       </ul>
        
+       <div class="basket">
        <h2> Items in parcel</h2>
-       <h5>
-       <!-- TMPL_VAR NAME="countreceived" --> bibliographic record(s) received
-       </h5>
+       <p>
+       <!-- TMPL_VAR NAME="countreceived" --> records received
+       </p>
+       
        <table>
                <tr>
                        <th>Basket</th>
-                       <th>ISBN</th>
                        <th>Title</th>
-                       <th>Author</th>
                        <th>Est. cost</th>
                        <th>Qty ordered</th>
                        <th>P&amp;P</th>
@@ -32,51 +28,40 @@
                        <th>Total</th>
                </tr>
                <!-- TMPL_LOOP NAME="loop_received" -->
-                       <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr 
class="highlight"><!-- /TMPL_IF -->
-                               <td><!-- TMPL_VAR NAME="basketno" --></td>
-                               <td><!-- TMPL_VAR NAME="isbn" --></td>
-                               <td><a href="acquire.pl?recieve=<!-- TMPL_VAR 
NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" 
-->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR 
NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- 
TMPL_VAR NAME="supplierid" -->&catview=yes&amp;datereceived=<!-- TMPL_VAR 
name="datereceived" -->"><!-- TMPL_VAR NAME="title" --></a></td>
-                               <td><!-- TMPL_VAR NAME="author" --></td>
-                               <td><!-- TMPL_VAR NAME="ecost" --></td>
-                               <td><!-- TMPL_VAR NAME="quantity" --></td>
-                               <td>&nbsp;</td>
-                               <td><!-- TMPL_VAR NAME="unitprice" --></td>
-                               <td><!-- TMPL_VAR NAME="quantityrecieved" 
--></td>
-                               <td><!-- TMPL_VAR NAME="total" --></td>
+                       <tr bgcolor="<!-- TMPL_VAR NAME="color" -->">
+                               <td class="number"><!-- TMPL_VAR 
NAME="basketno" --></td>
+                               <td><a href="acquire.pl?recieve=<!-- TMPL_VAR 
NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" 
-->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR 
NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- 
TMPL_VAR NAME="supplierid" -->&catview=yes&datereceived=<!-- TMPL_VAR 
name="datereceived" -->"><!-- TMPL_VAR NAME="title" --></a></td>
+                               <td class="number"><!-- TMPL_VAR NAME="ecost" 
--></td>
+                               <td class="number"><!-- TMPL_VAR 
NAME="quantity" --></td>
+                               <td></td>
+                               <td class="number"><!-- TMPL_VAR 
NAME="unitprice" --></td>
+                               <td class="number"><!-- TMPL_VAR 
NAME="quantityrecieved" --></td>
+                               <td class="number"><!-- TMPL_VAR NAME="total" 
--></td>
                        </tr>
                <!-- /TMPL_LOOP -->
                <tr>
-                       <th>&nbsp;</th>
-                       <th>&nbsp;</th>
-                       <th>&nbsp;</th>
-                       <th>&nbsp;</th>
-                       <th>&nbsp;</th>
-                       <th>&nbsp;</th>
-                       <th>&nbsp;</th>
-                       <th>&nbsp;</th>
-                       <th>&nbsp;</th>
-                       <th><!-- TMPL_VAR NAME="tototal" --></th>
-               </tr>
-               <tr>
-                       <td colspan="7" rowspan="2">
-                       <div class="help"><h3>HELP</h3>
-                               <p>The total at the bottom of the page should 
be within a few cents of the total for the invoice.</p></div>
+                       <td colspan="5" rowspan="3">
+                       &nbsp;
                        </td>
-                       <td colspan="2" scope="row">GST</td>
+                       <td colspan="2" class="total"><b>GST:</b></td>
                        <td><!-- TMPL_VAR NAME="gst" --></td>
                </tr>
                <tr>
-                       <td colspan="2" scope="row">FREIGHT</td>
+                       <td colspan="2" class="total"><b>FREIGHT:</b></td>
                        <td><!-- TMPL_VAR NAME="freight" --></td>
                </tr>
                <tr>
-                       <td colspan="2" scope="row">TOTAL</td>
+                       <td colspan="2" class="total"><b>TOTAL:</b></td>
                        <td><!-- TMPL_VAR NAME="grandtot" --></td>
                </tr>
        </table>
+       <div class="help">
+       <strong>Note: </strong>The total at the bottom of the page should be 
within a few cents of the total for the invoice.
+       </div>
+       </div>
        
-       <div class="data">
-       <h2>Pending orders </h2>
+       <div class="basket">
+       <h2> Pending orders </h2>
                <form action="/cgi-bin/koha/acqui/acquire.pl">
                        <input type="hidden" name="supplierid" value="<!-- 
TMPL_VAR NAME="supplierid" -->">
                        <input type="hidden" name="gst" value="<!-- TMPL_VAR 
NAME="gst" -->">
@@ -85,26 +70,29 @@
                        
                        <b>Search ISBN or Title:</b> <input type="text" 
size="25" name="recieve">
                </form>
-       </div>
+       <p>
+       <form action="" method="get" name="orderform">
 
-       <table>
+       <table class="small">
                <tr>
                        <th>Basket</th>
-                       <th>ISBN</th>
                        <th>Title</th>
-                       <th>Author</th>
+                       <th>Ordered</th>
+                       <th>Received</th>
+                       <th>&nbsp;</th>
                </tr>
-               <!-- TMPL_VAR NAME="countpending" -->
+               <!-- TMPL_VAR NAME="countpending" --> lines
                <!-- TMPL_LOOP NAME="loop_orders" -->
                        <tr bgcolor="<!-- TMPL_VAR NAME="color" -->">
-                               <td><!-- TMPL_VAR NAME="basketno" --></td>
-                               <td><!-- TMPL_VAR NAME="isbn" --></td>
-                               <td><a href="acquire.pl?recieve=<!-- TMPL_VAR 
NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" 
-->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR 
NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- 
TMPL_VAR NAME="supplierid" -->&amp;datereceived=<!-- TMPL_VAR 
name="datereceived"-->&amp;catview=yes""><!-- TMPL_VAR NAME="title" --></a></td>
-                               <td><!-- TMPL_VAR NAME="author" --></td>
+                               <td class="number"><!-- TMPL_VAR 
NAME="basketno" --></td>
+                               <td><!-- TMPL_VAR NAME="title" --></td>
+                               <td class="number"><!-- TMPL_VAR 
NAME="quantity" --></td>
+                               <td class="number"><!-- TMPL_VAR 
NAME="quantityrecieved" --></td>
+                <td><a href="acquire.pl?recieve=<!-- TMPL_VAR 
NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" 
-->&amp;invoice=<!-- TMPL_VAR NAME="invoice" -->&amp;gst=<!-- TMPL_VAR 
NAME="gst" -->&amp;freight=<!-- TMPL_VAR NAME="freight" -->&amp;supplierid=<!-- 
TMPL_VAR NAME="supplierid" -->&amp;datereceived=<!-- TMPL_VAR 
name="datereceived"-->&catview=yes" class="button acquisition">Recieve</td>
                        </tr>
                <!-- /TMPL_LOOP -->
        </table>
        </div>
-
 </div>
+
 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]