[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui book... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Jan 8 16:57:12 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/08 15:57:12

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/acqui: booksellers.tmpl 

Log message:
	sync with dev_week.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/booksellers.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: booksellers.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/booksellers.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- booksellers.tmpl	20 Dec 2006 17:15:45 -0000	1.1.2.2
+++ booksellers.tmpl	8 Jan 2007 15:57:12 -0000	1.1.2.3
@@ -27,6 +27,7 @@
 			<td><a href="supplier.pl?supplierid=<!-- TMPL_VAR name=supplierid -->"><!-- TMPL_VAR name="name" --></a></td>
 			<td>
 				<table>
+				    <!-- TMPL_IF NAME="loop_basket"-->
 						<tr>
 							<th>Basket</th>
 							<th>Items</th>
@@ -46,17 +47,20 @@
 								<td>
 									<!-- TMPL_IF name="closedate" -->
 										closed on <!-- TMPL_VAR NAME="closedate" -->
-										<a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">View</a>
+										<a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">View</a>
 									<!-- TMPL_ELSE -->
 										<!-- TMPL_IF name="active" -->
-											<a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">modify</a>
+											<a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">modify</a>
 										<!-- TMPL_ELSE -->
-											<a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">View</a>
+											<a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">View</a>
 										<!-- /TMPL_IF -->
 									<!-- /TMPL_IF -->
 								</td>
 							</tr>
 						<!-- /TMPL_LOOP -->
+					<!-- TMPL_ELSE -->
+					    <tr><td>No pending basket</td></tr>
+					<!-- /TMPL_IF -->
 					</table>
 			</td>
 			</tr>





More information about the Koha-cvs mailing list