[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/acqui o... [rel_2_2]

paul poulain paul at koha-fr.org
Fri Sep 22 17:52:43 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/09/22 15:52:43

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

Log message:
	fixing a bug : removing edit & delete order when basket is closed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/acqui/order.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.21.2.3&r2=1.21.2.4

Patches:
Index: order.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/order.tmpl,v
retrieving revision 1.21.2.3
retrieving revision 1.21.2.4
diff -u -b -r1.21.2.3 -r1.21.2.4
--- order.tmpl	4 Apr 2006 13:56:45 -0000	1.21.2.3
+++ order.tmpl	22 Sep 2006 15:52:43 -0000	1.21.2.4
@@ -7,7 +7,7 @@
 	<th class="acquisition">Order</th>
 	<th class="acquisition">Receive</th>
 	<th class="acquisition">Supplier</th>
-	<th class="acquisition">&nbsp;</th>
+	<th class="acquisition">Basket</th>
 </tr>
 
 <!-- TMPL_LOOP name="loop_suppliers" -->
@@ -25,6 +25,7 @@
 		<td><a href="supplier.pl?supplierid=<!-- TMPL_VAR name=supplierid -->&op=display"><!-- TMPL_VAR name="name" --></a></td>
 		<td>
 			<table>
+			     <!-- TMPL_IF name="loop_basket" -->
 					<tr>
 						<th class="acquisition">Basket</th>
 						<th class="acquisition">Items</th>
@@ -32,6 +33,9 @@
 						<th class="acquisition">Date</th>
 						<th class="acquisition">&nbsp;</th>
 					</tr>
+				<!-- TMPL_ELSE -->
+				    </p>No pending basket</p>
+                <!-- /TMPL_IF -->
 					<!-- TMPL_LOOP NAME="loop_basket" -->
 						<tr>
 							<td><!-- TMPL_VAR NAME="basketno" --></a></td>





More information about the Koha-cvs mailing list