[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue moredetail.tmpl,1.1.2.1,1.1.2.2

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Oct 29 23:53:30 CET 2002


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue
In directory usw-pr-cvs1:/tmp/cvs-serv25373/koha-tmpl/intranet-tmpl/default/en/catalogue

Modified Files:
      Tag: rel-1-2
	moredetail.tmpl 
Log Message:
Formatting dollar outputs ($8.50 instead of 8.5)


Index: moredetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/moredetail.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** moredetail.tmpl	21 Oct 2002 20:10:18 -0000	1.1.2.1
--- moredetail.tmpl	29 Oct 2002 22:53:28 -0000	1.1.2.2
***************
*** 38,42 ****
  <b>URL:</b> <TMPL_VAR NAME="url"><br>
  <b>Loan Length:</b> <TMPL_VAR NAME="loanlength"><br>
! <b>Rental Charge:</b> <TMPL_VAR NAME="rentalcharge"><br>
  <b>Classification:</b> <TMPL_VAR NAME="classification"><TMPL_VAR NAME="dewey"><TMPL_VAR NAME="subclass"><br>
  <b>ISBN:</b> <TMPL_VAR NAME="isbn"><br>
--- 38,42 ----
  <b>URL:</b> <TMPL_VAR NAME="url"><br>
  <b>Loan Length:</b> <TMPL_VAR NAME="loanlength"><br>
! <b>Rental Charge:</b> $<TMPL_VAR NAME="rentalcharge"><br>
  <b>Classification:</b> <TMPL_VAR NAME="classification"><TMPL_VAR NAME="dewey"><TMPL_VAR NAME="subclass"><br>
  <b>ISBN:</b> <TMPL_VAR NAME="isbn"><br>
***************
*** 82,86 ****
  <b>Last Borrower 2:</b> <TMPL_VAR NAME="card1"><br>
  <b>Current Branch:</b> <TMPL_VAR NAME="holdingbranch"><br>
! <b>Replacement Price:</b> <TMPL_VAR NAME="replacementprice"><br>
  <b>Item lost:</b> <TMPL_VAR NAME="itemlost"><br>
  <b>Paid for:</b> <TMPL_VAR NAME="paidfor"><br>
--- 82,86 ----
  <b>Last Borrower 2:</b> <TMPL_VAR NAME="card1"><br>
  <b>Current Branch:</b> <TMPL_VAR NAME="holdingbranch"><br>
! <b>Replacement Price:</b> $<TMPL_VAR NAME="replacementprice"><br>
  <b>Item lost:</b> <TMPL_VAR NAME="itemlost"><br>
  <b>Paid for:</b> <TMPL_VAR NAME="paidfor"><br>





More information about the Koha-cvs mailing list