Merge with b28d7a44b81fc6f9b162dd7b6a73b8f2a1426370 ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Thu, 18 Oct 2012 23:44:25 +0200
branchZTK-1.1
changeset 180 ad0c70fceea9
parent 179 612a350cc660 (current diff)
parent 178 b28d7a44b81f (diff)
child 181 3bdaee25ec3a
Merge with b28d7a44b81fc6f9b162dd7b6a73b8f2a1426370
--- a/src/ztfy/utils/browser/configure.zcml	Thu Oct 18 23:43:15 2012 +0200
+++ b/src/ztfy/utils/browser/configure.zcml	Thu Oct 18 23:44:25 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