source: main/waeup.kofa/trunk/src/waeup/kofa/utils/overrides.zcml @ 12124

Last change on this file since 12124 was 8157, checked in by uli, 12 years ago

Move one adapter registration back to utils package.

File size: 331 bytes
RevLine 
[8157]1<configure xmlns="http://namespaces.zope.org/zope">
2
3  <adapter
4      for="zope.schema.interfaces.IBool
5           zope.publisher.interfaces.browser.IBrowserRequest"
6      provides="zope.formlib.interfaces.ISimpleInputWidget"
7      factory=".converters.ExtendedCheckBoxWidget"
8      permission="zope.Public"
9      />
10
11</configure>
Note: See TracBrowser for help on using the repository browser.