source: products/quintagroup.plonecomments/branches/jquery/quintagroup/plonecomments/profiles/default/controlpanel.xml @ 2092

Last change on this file since 2092 was 1627, checked in by kroman0, 14 years ago

Added icon_expr for qPloneComments configlet

File size: 533 bytes
Line 
1<?xml version="1.0"?>
2<object name="portal_controlpanel"
3    xmlns:i18n="http://xml.zope.org/namespaces/i18n"
4    i18n:domain="quintagroup.plonecomments">
5  <configlet title="qPloneComments" action_id="prefs_comments_setup_form"
6     appId="qPloneComments" category="Products" condition_expr=""
7     icon_expr="string:${portal_url}/discussionitem_icon.gif"
8     url_expr="string:${portal_url}/prefs_comments_setup_form"
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.