source: products/qPloneComments/trunk/profiles/default/controlpanel.xml @ 332

Last change on this file since 332 was 110, checked in by chervol, 18 years ago

added prefs metadata

  • Property svn:eol-style set to native
File size: 459 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.