Last change
on this file since 8880 was
8880,
checked in by uli, 12 years ago
|
Get rid of includeDependencies and includeOverrides.
|
-
Property svn:style set to
native
|
File size:
668 bytes
|
Line | |
---|
1 | <configure xmlns="http://namespaces.zope.org/zope" |
---|
2 | xmlns:grok="http://namespaces.zope.org/grok"> |
---|
3 | <include package="waeup.uniben" file="locales.zcml" /> |
---|
4 | |
---|
5 | <!-- kofacustom.nigeria configures everything we basically need. |
---|
6 | --> |
---|
7 | <include package="kofacustom.nigeria" /> |
---|
8 | |
---|
9 | <grok:grok package="." /> |
---|
10 | |
---|
11 | <!-- Register edit widget for PhoneNumbers --> |
---|
12 | <adapter |
---|
13 | for="waeup.kofa.schema.interfaces.IPhoneNumber |
---|
14 | zope.publisher.interfaces.browser.IBrowserRequest" |
---|
15 | provides="zope.formlib.interfaces.ISimpleInputWidget" |
---|
16 | factory="waeup.uniben.widgets.phonewidget.CustomPhoneWidget" |
---|
17 | permission="zope.Public" |
---|
18 | /> |
---|
19 | |
---|
20 | </configure> |
---|
Note: See
TracBrowser for help on using the repository browser.