Last change
on this file since 16281 was
8891,
checked in by uli, 12 years ago
|
Merge changes from uli-autoinclude-less branch back into trunk.
|
File size:
696 bytes
|
Rev | Line | |
---|
[8797] | 1 | <configure xmlns="http://namespaces.zope.org/zope" |
---|
[8891] | 2 | xmlns:grok="http://namespaces.zope.org/grok"> |
---|
[8797] | 3 | |
---|
[8891] | 4 | <!-- Loading waeup.kofa also configures a lot of other needed |
---|
| 5 | packages correctly. |
---|
[8814] | 6 | --> |
---|
[8891] | 7 | <include package="waeup.kofa" /> |
---|
[8816] | 8 | <include package="kofacustom.nigeria" file="locales.zcml" /> |
---|
[8891] | 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="kofacustom.nigeria.widgets.phonewidget.NigeriaPhoneWidget" |
---|
| 17 | permission="zope.Public" |
---|
| 18 | /> |
---|
| 19 | |
---|
[8797] | 20 | </configure> |
---|
Note: See
TracBrowser for help on using the repository browser.