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

Last change on this file since 2627 was 2620, checked in by fenix, 14 years ago
  • registered actions icons in new way.
  • removed actionicons.xml because actionicons tool is deprecated now.
File size: 878 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    icon_expr="string:$portal_url/qplonedropdownmenu.gif"
7    url_expr="string:${portal_url}/@@prefs_dropdownmenu"
8    visible="True" i18n:attributes="title">
9  <permission>Manage portal</permission>
10 </configlet>
11 <configlet title="CSS Hover" action_id="csshover"
12    appId="qPloneDropDownMenu" category="Products" condition_expr=""
13    icon_expr="string:$portal_url/qplonedropdownmenu.gif"
14    url_expr="string:${portal_url}/prefs_csshover_edit_form"
15    visible="True" i18n:attributes="title">
16  <permission>Manage portal</permission>
17 </configlet>
18</object>
Note: See TracBrowser for help on using the repository browser.