source: products/qPingTool/branches/plone-3.1/profiles/default/controlpanel.xml @ 1237

Last change on this file since 1237 was 198, checked in by crchemist, 20 years ago

Fixup error in init.py

File size: 474 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"
4    i18n:domain="qPingTool">
5 <configlet title="Ping Tool"
6    action_id="portal_pingtool" appId="PingTool"
7    category="Products" condition_expr=""
8    url_expr="string:${portal_url}/portal_pingtool/folder_contents"
9    visible="True" i18n:attributes="title">
10  <permission>Manage portal</permission>
11 </configlet>
12</object>
Note: See TracBrowser for help on using the repository browser.