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 order... [dev_week]


From: Ryan Higgins
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui order... [dev_week]
Date: Mon, 01 Jan 2007 00:46:14 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Ryan Higgins <rych>     07/01/01 00:46:14

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/acqui: order.tmpl 

Log message:
        add a link, fix a typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/order.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.2.2.4.2.1&r2=1.2.2.4.2.2

Patches:
Index: order.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/order.tmpl,v
retrieving revision 1.2.2.4.2.1
retrieving revision 1.2.2.4.2.2
diff -u -b -r1.2.2.4.2.1 -r1.2.2.4.2.2
--- order.tmpl  11 Jul 2006 14:03:23 -0000      1.2.2.4.2.1
+++ order.tmpl  1 Jan 2007 00:46:13 -0000       1.2.2.4.2.2
@@ -1,5 +1,6 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Supplier Search 
Results<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE name="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="acqui-full-topmenu.inc" -->
 <!-- TMPL_INCLUDE name="intranet-nav.inc" -->
 
 <div id="main"><div class="results">You searched on <span class="ex">supplier 
<!-- TMPL_VAR name="supplier" -->,</span> <!-- TMPL_VAR name="count" --> 
results found</div>
@@ -9,7 +10,7 @@
        <th>Order</th>
        <th>Receive</th>
        <th>Company</th>
-       <th>Exisiting Baskets</th>
+       <th>Basket</th>
 </tr>
 
 <!-- TMPL_LOOP name="loop_suppliers" -->
@@ -23,6 +24,7 @@
                <td><a href="supplier.pl?supplierid=<!-- TMPL_VAR 
name="supplierid" -->&amp;op=display"><!-- TMPL_VAR name="name" --></a></td>
                <td>
 <div class="data"><table>
+                            <!-- TMPL_IF name="loop_basket" -->
                                        <tr>
                                                <th scope="col">Basket</th>
                                                <th scope="col">Items</th>
@@ -30,6 +32,9 @@
                                                <th scope="col">Date</th>
                                                <th scope="col">&nbsp;</th>
                                        </tr>
+                               <!-- TMPL_ELSE -->
+                                   <tr><td>No pending basket</td></tr>
+                <!-- /TMPL_IF -->
                                        <!-- TMPL_LOOP NAME="loop_basket" -->
                                                <tr>
                                                        <td><!-- TMPL_VAR 
NAME="basketno" --></a></td>




reply via email to

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