source: products/quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/profiles/default/controlpanel.xml @ 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: 753 bytes
Line 
1<?xml version="1.0"?>
2<object name="portal_controlpanel" xmlns:i18n="http://xml.zope.org/namespaces/i18n"
3    i18n:domain="quintagroup.dropdownmenu" purge="False">
4
5 <configlet title="DropDown Menu" action_id="dropdownmenu" appId="quintagroup.dropdownmenu"
6     category="Products" condition_expr="" url_expr="string:${portal_url}/@@dropdownmenu-settings"
7     visible="True" i18n:attributes="title">
8   <permission>Manage portal</permission>
9 </configlet>
10
11 <configlet title="CSS Hover" action_id="csshover" appId="quintagroup.dropdownmenu"
12     category="Products" condition_expr="" url_expr="string:${portal_url}/@@dropdownmenu-csshover"
13     visible="True" i18n:attributes="title">
14   <permission>Manage portal</permission>
15 </configlet>
16
17</object>
Note: See TracBrowser for help on using the repository browser.