source: products/quintagroup.mailer/branches/devel/quintagroup/mailer/browser/configure.zcml @ 3532

Last change on this file since 3532 was 3532, checked in by vmaksymiv, 12 years ago

registered 'user-information', 'personal-information' views

File size: 588 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser">
4
5    <!--browser:page
6        for="plone.app.layout.navigation.interfaces.INavigationRoot"
7        name="personal-information"
8        class=".personalpreferences.QGMailerUserDataPanel"
9        permission="cmf.SetOwnProperties"
10        /-->
11
12    <adapter
13        provides=".personalpreferences.IQGMailerUserDataSchema"
14        for="plone.app.layout.navigation.interfaces.INavigationRoot"
15        factory=".personalpreferences.QGMailerUserDataAdapter"
16        />
17
18</configure>
Note: See TracBrowser for help on using the repository browser.