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

Last change on this file since 956 was 956, checked in by crchemist, 17 years ago

New release prepared.

File size: 617 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="prefs_captchas_setup_form"
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.