Change TextLineList template registration ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Thu, 18 Oct 2012 11:22:16 +0200
branchZTK-1.1
changeset 178 b28d7a44b81f
parent 177 b9ad5a9614c4
child 180 ad0c70fceea9
Change TextLineList template registration
src/ztfy/utils/browser/configure.zcml
--- a/src/ztfy/utils/browser/configure.zcml	Tue Oct 16 08:17:49 2012 +0200
+++ b/src/ztfy/utils/browser/configure.zcml	Thu Oct 18 11:22:16 2012 +0200
@@ -76,13 +76,13 @@
 	<z3c:widgetTemplate
 		mode="input"
 		template="templates/textlinelist_input.pt"
-		widget=".textlinelist.TextLineListWidget"
+		widget=".textlinelist.ITextLineListWidget"
 		layer="z3c.form.interfaces.IFormLayer" />
 
 	<z3c:widgetTemplate
 		mode="display"
 		template="templates/textlinelist_display.pt"
-		widget=".textlinelist.TextLineListWidget"
+		widget=".textlinelist.ITextLineListWidget"
 		layer="z3c.form.interfaces.IFormLayer" />
 
 </configure>
\ No newline at end of file