source: products/quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/profiles/default/controlpanel.xml @ 3220

Last change on this file since 3220 was 2781, checked in by chervol, 14 years ago

removed useless csshover configlet registartion

File size: 468 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</object>
Note: See TracBrowser for help on using the repository browser.