source: products/ploneorg.kudobounty/trunk/ploneorg/kudobounty/browser/configure.zcml @ 3183

Last change on this file since 3183 was 3183, checked in by mylan, 13 years ago

Minor cleanup

File size: 487 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    i18n_domain="ploneorg.kudobounty">
5
6  <include package="plone.app.contentmenu" />
7
8  <!-- -*- extra stuff goes here -*- -->
9  <browser:page
10     name="processBountyForm"
11     for="*"
12     permission="zope.Public"
13     class=".views.BountyFormProcessorView"
14     />
15
16  <adapter name="bounty_collection_view"
17       factory=".views.BountyCollectionRenderer"/>
18
19
20</configure>
Note: See TracBrowser for help on using the repository browser.