source: products/quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/profiles/default/controlpanel.xml @ 1542

Last change on this file since 1542 was 1542, checked in by liebster, 14 years ago

Added icon tool in plone control panel

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