source: products/quintagroup.captcha.core/trunk/quintagroup/captcha/core/profiles/default/controlpanel.xml @ 2678

Last change on this file since 2678 was 1953, checked in by mylan, 14 years ago

#172: Update installation profile

File size: 598 bytes
RevLine 
[956]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"
[1953]5        i18n:domain="quintagroup.captcha.core">
[956]6  <configlet title="Plone captchas setup"
[1542]7             action_id="qpc_tool"
[1953]8             appId="quintagroup.captcha.core"
[956]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.