source: products/qPloneDropDownMenu/trunk/profiles/default/controlpanel.xml @ 372

Last change on this file since 372 was 372, checked in by chervol, 18 years ago

fixed interfaces

File size: 770 bytes
Line 
1<?xml version="1.0"?>
2<object name="portal_controlpanel" meta_type="Plone Control Panel Tool"
3    xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:domain="qPloneDropDownMenu">
4 <configlet title="Drop Down Menu" action_id="qPloneDropDownMenu"
5    appId="qPloneDropDownMenu" category="Products" condition_expr=""
6    url_expr="string:${portal_url}/prefs_dropdownmenu_edit_form"
7    visible="True" i18n:attributes="title">
8  <permission>Manage portal</permission>
9 </configlet>
10 <configlet title="CSS Hover" action_id="csshover"
11    appId="qPloneDropDownMenu" category="Products" condition_expr=""
12    url_expr="string:${portal_url}/prefs_csshover_edit_form"
13    visible="True" i18n:attributes="title">
14  <permission>Manage portal</permission>
15 </configlet>
16</object>
Note: See TracBrowser for help on using the repository browser.