[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.32,1.33

Paul POULAIN tipaul at users.sourceforge.net
Mon Oct 4 22:29:10 CEST 2004


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

Modified Files:
	circulation.tmpl 
Log Message:
* Showing the borrowernotes in issues (was shown only in issues before)

Index: circulation.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** circulation.tmpl	15 Sep 2004 16:27:19 -0000	1.32
--- circulation.tmpl	4 Oct 2004 20:29:07 -0000	1.33
***************
*** 44,47 ****
--- 44,49 ----
  			<p>Category: <!-- TMPL_VAR NAME="categorycode" --></p>
  			<p><!-- TMPL_VAR NAME="issuecount" --> Issues<!-- TMPL_IF NAME="overduecount" -->, <!-- TMPL_VAR NAME="overduecount" --> Overdue<!-- /TMPL_IF --></p>
+ 			<p><b><!-- TMPL_VAR NAME="borrowernotes" --></b></p>
+ 
  		<!-- TMPL_ELSE -->
  				<h2 class="circulation">





More information about the Koha-cvs mailing list