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

doXulting doxulting at users.sourceforge.net
Tue Mar 8 15:14:26 CET 2005


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

Modified Files:
	basket.tmpl 
Log Message:
Two classes for the columns which don't have to be printed

Index: basket.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** basket.tmpl	8 Mar 2005 10:38:26 -0000	1.18
--- basket.tmpl	8 Mar 2005 14:14:22 -0000	1.19
***************
*** 23,27 ****
  		<table>
  			<tr valign="top" bgcolor="#ffdf61">
! 				<th class="doNotPrint">Order</th>
  				<th class="acquisition">Publisher<a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=biblioitems.publishercode" class="doNotPrint">[order]</a></th>
  				<th class="acquisition">Isbn</th>
--- 23,27 ----
  		<table>
  			<tr valign="top" bgcolor="#ffdf61">
! 				<th class="acquisition doNotPrint">Order</th>
  				<th class="acquisition">Publisher<a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=biblioitems.publishercode" class="doNotPrint">[order]</a></th>
  				<th class="acquisition">Isbn</th>
***************
*** 29,36 ****
  				<th class="acquisition">Author</th>
  				<th class="acquisition">rrp</th>
! 				<th class="doNotPrint">est</th>
  				<th class="acquisition">Qty</th>
  				<th class="acquisition">Total</th>
! 				<th class="doNotPrint">Fund <a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[order]</a></th>
  				<!-- TMPL_UNLESS name="closedate" -->
  					<th class="doNotPrint">Remove</th>
--- 29,36 ----
  				<th class="acquisition">Author</th>
  				<th class="acquisition">rrp</th>
! 				<th class="acquisition doNotPrint">est</th>
  				<th class="acquisition">Qty</th>
  				<th class="acquisition">Total</th>
! 				<th class="acquisition doNotPrint">Fund <a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[order]</a></th>
  				<!-- TMPL_UNLESS name="closedate" -->
  					<th class="doNotPrint">Remove</th>





More information about the Koha-cvs mailing list