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

Antoine Farnault antoine at koha-fr.org
Thu Jul 27 15:53:46 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/07/27 13:53:46

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

Log message:
	Bad param name fixed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl?cvsroot=koha&r1=1.3&r2=1.4

Patches:
Index: basket.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- basket.tmpl	20 Jan 2006 16:04:42 -0000	1.3
+++ basket.tmpl	27 Jul 2006 13:53:46 -0000	1.4
@@ -16,8 +16,7 @@
 		</table>
 		<!-- TMPL_UNLESS name="closedate" -->
 		<form action="/cgi-bin/koha/acqui/order.pl" method="get">
-			<input type="hidden" name="op" value="close" />
-			<input type="hidden" name="basket" value="<!-- TMPL_VAR NAME="basketno" -->" />
+			<input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
 			<input type="hidden" name="supplier" value="<!-- TMPL_VAR name="booksellerid" -->" />
 			<input type="submit" value="Close this Basket" />
 		</form>
@@ -30,13 +29,13 @@
 		<table>
 			<tr>
 				<th scope="col">Order</th>
-				<th scope="col"><a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&amp;order=biblioitems.publishercode">Publisher</a></th>
+				<th scope="col"><a href="basket.pl?basketno=<!-- TMPL_VAR name="basketno" -->&amp;order=biblioitems.publishercode">Publisher</a></th>
 				<th scope="col">Title</th>
 				<th scope="col">RRP</th>
 				<th scope="col">Est.</th>
 				<th scope="col">Qty.</th>
 				<th scope="col">Total</th>
-				<th scope="col"><a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&amp;order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund</a></th>
+				<th scope="col"><a href="basket.pl?basketno=<!-- TMPL_VAR name="basketno" -->&amp;order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund</a></th>
 <!-- TMPL_IF name="active" -->
 <!-- TMPL_UNLESS name="closedate" -->
 					<th scope="col">Remove</th>





More information about the Koha-cvs mailing list