[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.17,1.18 |
Date: |
Tue, 08 Mar 2005 02:38:29 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20042/koha-tmpl/intranet-tmpl/default/en/acqui
Modified Files:
basket.tmpl
Log Message:
Changed some tag's classes to prevent print of some columns
Index: basket.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** basket.tmpl 1 Mar 2005 13:40:51 -0000 1.17
--- basket.tmpl 8 Mar 2005 10:38:26 -0000 1.18
***************
*** 23,45 ****
<table>
<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>
<th class="acquisition">Author</th>
<th class="acquisition">rrp</th>
! <th class="acquisition">est</th>
<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>
! <!-- TMPL_IF name="closedate" -->
! <!-- TMPL_ELSE -->
! <th class="acquisition">Remove</th>
! <!-- /TMPL_IF -->
</tr>
<!-- TMPL_LOOP NAME="books_loop" -->
<tr valign="top" bgcolor="<!-- TMPL_VAR
NAME="color" -->">
! <td><!-- TMPL_VAR NAME="ordernumber"
--></td>
<td><!-- TMPL_VAR NAME="publishercode"
--></td>
<td><!-- TMPL_VAR NAME="isbn" --></td>
--- 23,44 ----
<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>
<th class="acquisition">Title</th>
<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>
! <!-- /TMPL_UNLESS -->
</tr>
<!-- TMPL_LOOP NAME="books_loop" -->
<tr valign="top" bgcolor="<!-- TMPL_VAR
NAME="color" -->">
! <td class="doNotPrint"><!-- TMPL_VAR
NAME="ordernumber" --></td>
<td><!-- TMPL_VAR NAME="publishercode"
--></td>
<td><!-- TMPL_VAR NAME="isbn" --></td>
***************
*** 51,66 ****
<td><!-- TMPL_VAR NAME="author" --></td>
<td><!-- TMPL_VAR NAME="rrp" --></td>
! <td><!-- TMPL_VAR NAME="ecost" --></td>
<td><!-- TMPL_VAR NAME="quantity"
--></td>
<td><!-- TMPL_VAR NAME="line_total"
--></td>
! <td><!-- TMPL_VAR NAME="bookfundid"
--></td>
! <!-- TMPL_IF name="closedate" -->
! <!-- TMPL_ELSE -->
! <td>
<a
href="addorder.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&basketno=<!--
TMPL_VAR NAME="basketno" -->&quantity=0&biblio=<!-- TMPL_VAR
NAME="biblionumber" -->">
<img
src="/intranet-tmpl/default/images/edittrash.png" alt="Remove from basket"
title="Remove from basket" width="32" hspace="0" vspace="0" border="0">
</a>
</td>
! <!-- /TMPL_IF -->
</tr>
<!-- /TMPL_LOOP -->
--- 50,64 ----
<td><!-- TMPL_VAR NAME="author" --></td>
<td><!-- TMPL_VAR NAME="rrp" --></td>
! <td class="doNotPrint"><!-- TMPL_VAR
NAME="ecost" --></td>
<td><!-- TMPL_VAR NAME="quantity"
--></td>
<td><!-- TMPL_VAR NAME="line_total"
--></td>
! <td class="doNotPrint"><!-- TMPL_VAR
NAME="bookfundid" --></td>
! <!-- TMPL_UNLESS name="closedate" -->
! <td class="doNotPrint">
<a
href="addorder.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&basketno=<!--
TMPL_VAR NAME="basketno" -->&quantity=0&biblio=<!-- TMPL_VAR
NAME="biblionumber" -->">
<img
src="/intranet-tmpl/default/images/edittrash.png" alt="Remove from basket"
title="Remove from basket" width="32" hspace="0" vspace="0" border="0">
</a>
</td>
! <!-- /TMPL_UNLESS -->
</tr>
<!-- /TMPL_LOOP -->
***************
*** 68,83 ****
<input type="hidden" name="basketno" value="<!--
TMPL_VAR NAME="basketno" -->">
<tr>
! <td colspan="7" rowspan=3>
</td>
! <th class="acquisition">SubTotal</th>
<th class="acquisition"><!-- TMPL_VAR
NAME="currency" --><!-- TMPL_VAR NAME="sub_total" --></th>
</tr>
<tr>
! <th class="acquisition">GST</th>
<th class="acquisition"><!-- TMPL_VAR
NAME="currency" --><!-- TMPL_VAR NAME="gist" --></th>
</tr>
<tr>
! <th class="acquisition">TOTAL</th>
<th class="acquisition"><!-- TMPL_VAR
NAME="currency" --><!-- TMPL_VAR NAME="grand_total" --></th>
</tr>
--- 66,81 ----
<input type="hidden" name="basketno" value="<!--
TMPL_VAR NAME="basketno" -->">
<tr>
! <td colspan="4" rowspan=3>
</td>
! <th colspan="2"
class="acquisition">SubTotal</th>
<th class="acquisition"><!-- TMPL_VAR
NAME="currency" --><!-- TMPL_VAR NAME="sub_total" --></th>
</tr>
<tr>
! <th colspan="2" class="acquisition">GST</th>
<th class="acquisition"><!-- TMPL_VAR
NAME="currency" --><!-- TMPL_VAR NAME="gist" --></th>
</tr>
<tr>
! <th colspan="2" class="acquisition">TOTAL</th>
<th class="acquisition"><!-- TMPL_VAR
NAME="currency" --><!-- TMPL_VAR NAME="grand_total" --></th>
</tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.17,1.18,
doXulting <=