source: products/qPloneComments/branches/plone3_extend/profiles/default/controlpanel.xml @ 1591

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

Deleted mistakable folder.

  • Property svn:eol-style set to native
File size: 464 bytes
Line 
1<?xml version="1.0"?>
2<object name="portal_controlpanel"
3   xmlns:i18n="http://xml.zope.org/namespaces/i18n"
4   i18n:domain="plonecomments">
5   <configlet title="qPloneComments" action_id="prefs_comments_setup_form"
6      appId="qPloneComments" category="Products" condition_expr=""
7      url_expr="string:${portal_url}/prefs_comments_setup_form"
8      visible="True" i18n:attributes="title">
9      <permission>Manage portal</permission>
10   </configlet>
11</object>
Note: See TracBrowser for help on using the repository browser.