source: products/quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/browser/configure.zcml @ 1182

Last change on this file since 1182 was 1182, checked in by piv, 15 years ago

add registration for csshover configlet, moved here csshover.htc as browser view with content-type x-component, started with customization of global sections viewlet, move css from qPloneDropDownMenu product, added TODO.txt

File size: 926 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    i18n_domain="quintagroup.dropdownmenu">
5
6
7  <include package="plone.browserlayer" />
8
9  <browser:viewlet
10      name="plone.global_sections"
11      manager="plone.app.layout.viewlets.interfaces.IPortalHeader"
12      class=".viewlets.GlobalSectionsViewlet"
13      layer="..interfaces.IDropDownMenuLayer"
14      permission="zope2.View"
15      />
16
17  <browser:page
18      name="dropdownmenu-settings"
19      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
20      class=".controlpanel.DropDownMenuSettingsControlPanel"
21      permission="cmf.ManagePortal"
22      />
23
24  <!-- Returns javascript which makes IE<7 understand hover for all html elements -->
25  <browser:view
26      name="csshover.htc"
27      for="*"
28      class=".css.CSSHoverView"
29      permission="zope2.View"
30      />
31
32  <!-- Register resources -->
33
34
35</configure>
Note: See TracBrowser for help on using the repository browser.