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

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Sep 20 22:38:54 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/20 20:38:54

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

Log message:
	Adding error message to go with noissuescharge change to Circ2.pm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.6.2.17.2.4&r2=1.6.2.17.2.5

Patches:
Index: circulation.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/Attic/circulation.tmpl,v
retrieving revision 1.6.2.17.2.4
retrieving revision 1.6.2.17.2.5
diff -u -b -r1.6.2.17.2.4 -r1.6.2.17.2.5
--- circulation.tmpl	20 Sep 2006 17:20:49 -0000	1.6.2.17.2.4
+++ circulation.tmpl	20 Sep 2006 20:38:53 -0000	1.6.2.17.2.5
@@ -24,6 +24,9 @@
 			<!-- TMPL_IF NAME="NOTSAMEBRANCH" -->
 			<li>It is not possible to issue a book which does not belong to your branch.</li>
 			<!-- /TMPL_IF -->
+			<!-- TMPL_IF NAME="DEBT" -->
+				<p>The patron's debt of $<!-- TMPL_VAR name="DEBT" --> exceeds designated limits</p>
+			<!-- /TMPL_IF -->
 			<!-- TMPL_IF NAME="INVALID_DATE" -->
 				<li>The due date is invalid</li>
 			<!-- /TMPL_IF -->





More information about the Koha-cvs mailing list