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

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

Switch from skins to browser resources

File size: 676 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  <browser:resource
20      name="ploneorg_bounty.css"
21      file="ploneorg_bounty.css"
22      />
23
24  <browser:resource
25      name="ploneorg_bounty.js"
26      file="ploneorg_bounty.js"
27      />
28
29</configure>
Note: See TracBrowser for help on using the repository browser.