[Koha-cvs] CVS: koha-html/intranet-html/includes/templates/default/catalogue detail.tmpl,1.4.4.2,1.4.4.3

Finlay Thompson finlayt at users.sourceforge.net
Wed Jul 31 06:59:15 CEST 2002


Update of /cvsroot/koha/koha-html/intranet-html/includes/templates/default/catalogue
In directory usw-pr-cvs1:/tmp/cvs-serv19141a

Modified Files:
      Tag: rel-1-2
	detail.tmpl 
Log Message:

added a volumnddesc field to the items table.


Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha-html/intranet-html/includes/templates/default/catalogue/detail.tmpl,v
retrieving revision 1.4.4.2
retrieving revision 1.4.4.3
diff -C2 -r1.4.4.2 -r1.4.4.3
*** detail.tmpl	22 Jul 2002 15:55:13 -0000	1.4.4.2
--- detail.tmpl	31 Jul 2002 04:59:13 -0000	1.4.4.3
***************
*** 59,62 ****
--- 59,63 ----
  <td>Last Seen</td>
  <td>Barcode</td>
+ <td>Volume</td>
  </tr>
  <TMPL_LOOP NAME="ITEM_RESULTS">
***************
*** 68,71 ****
--- 69,73 ----
  <td><TMPL_VAR NAME="datelastseen"></td>
  <td><a href="/cgi-bin/koha/moredetail.pl?item=<TMPL_VAR NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR NAME="biblioitemnumber">"><TMPL_VAR NAME="barcode"></a></td>
+ <td><TMPL_VAR NAME="volumeddesc"></td>
  </tr>
  </TMPL_LOOP>





More information about the Koha-cvs mailing list