[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.13,1.14

Paul POULAIN tipaul at users.sourceforge.net
Tue Oct 5 11:22:19 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1872/koha-tmpl/intranet-tmpl/default/en/acqui

Modified Files:
	basket.tmpl 
Log Message:
Adding possibility to order the basket by :
* publishercode
OR
* budget then publishercode

Index: basket.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** basket.tmpl	4 Oct 2004 20:03:24 -0000	1.13
--- basket.tmpl	5 Oct 2004 09:22:17 -0000	1.14
***************
*** 24,28 ****
  			<tr valign="top" bgcolor="#ffdf61">
  				<th class="acquisition">Order</th>
! 				<th class="acquisition">Publisher</th>
  				<th class="acquisition">Isbn</th>
  				<th class="acquisition">Title</th>
--- 24,28 ----
  			<tr valign="top" bgcolor="#ffdf61">
  				<th class="acquisition">Order</th>
! 				<th class="acquisition">Publisher<a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=biblioitems.publishercode">[order]</a></th>
  				<th class="acquisition">Isbn</th>
  				<th class="acquisition">Title</th>
***************
*** 32,36 ****
  				<th class="acquisition">Qty</th>
  				<th class="acquisition">Total</th>
! 				<th class="acquisition">Book fund</th>
  			</tr>
  			<!-- TMPL_LOOP NAME="books_loop" -->
--- 32,36 ----
  				<th class="acquisition">Qty</th>
  				<th class="acquisition">Total</th>
! 				<th class="acquisition">Fund <a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[order]</a></th>
  			</tr>
  			<!-- TMPL_LOOP NAME="books_loop" -->





More information about the Koha-cvs mailing list