[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmp
From: |
doXulting |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.18,1.19 |
Date: |
Tue, 08 Mar 2005 06:14:26 -0800 |
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>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.18,1.19,
doXulting <=