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

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


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

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

Log message:
	adding a link to the basket

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

Patches:
Index: lateorders.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/lateorders.tmpl,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -b -r1.3.2.1 -r1.3.2.2
--- lateorders.tmpl	13 Dec 2005 10:44:42 -0000	1.3.2.1
+++ lateorders.tmpl	22 Sep 2006 15:52:04 -0000	1.3.2.2
@@ -53,7 +53,7 @@
 					<!-- TMPL_VAR name="latesince" -->
 				</td>
 				<td align="center" class="doNotPrint">
-					<!-- TMPL_VAR name="basketno" -->
+					<a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->"><!-- TMPL_VAR name="basketno" --></a>
 				</td>
 				<td >
 					<b><!-- TMPL_VAR name="title" --></b>





More information about the Koha-cvs mailing list