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

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

add uninstall profile, add configlet to edit registry settings, add product layer

File size: 548 bytes
Line 
1<?xml version="1.0"?>
2<object
3    name="portal_controlpanel"
4    xmlns:i18n="http://xml.zope.org/namespaces/i18n"
5    i18n:domain="quintagroup.dropdownmenu"
6    purge="False">
7
8    <configlet
9        title="DropDown Menu"
10        action_id="dropdownmenu"
11        appId="quintagroup.dropdownmenu"
12        category="Products"
13        condition_expr=""
14        url_expr="string:${portal_url}/@@dropdownmenu-settings"
15        visible="True"
16        i18n:attributes="title">
17            <permission>Manage portal</permission>
18    </configlet>
19
20</object>
Note: See TracBrowser for help on using the repository browser.