[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/circ circul... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Mar 9 00:01:17 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/03/08 23:01:17

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/circ: circulation.tmpl 

Log message:
	Displaying patron image if system preference is set

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl.diff?only_with_tag=rel_2_2&tr1=1.6.2.14&tr2=1.6.2.15&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl:1.6.2.14 koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl:1.6.2.15
--- koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl:1.6.2.14	Tue Jan 31 22:34:18 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl	Wed Mar  8 23:01:17 2006
@@ -121,8 +121,9 @@
 	<!-- TMPL_ELSE -->
 		<!-- TMPL_IF NAME="borrowernumber" -->
 	<div id="notes">
+	<!-- TMPL_IF NAME="patronimages" --><img src="/patronimages/<!-- TMPL_VAR NAME="cardnumber" -->.<!-- TMPL_VAR NAME="patronimages" -->" alt="" border="0" /><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF -->
 	<ul>
-	<li><!-- TMPL_VAR NAME="streetaddress" -->, <!-- TMPL_VAR NAME="city" --></li>
+	<li><!-- TMPL_VAR NAME="streetaddress" --><br /> <!-- TMPL_VAR NAME="city" --></li>
 	<li><!-- TMPL_VAR NAME="phone" --></li>
 	<!-- TMPL_IF NAME="emailaddress" --><li><a href="mailto:<!-- TMPL_VAR NAME="emailaddress" -->"><!-- TMPL_VAR NAME="emailaddress" --></a></li><!-- /TMPL_IF -->
 	<li>Category: <!-- TMPL_VAR name="categorycode" --></li>





More information about the Koha-cvs mailing list