source: products/quintagroup.portlet.collection/trunk/quintagroup/portlet/collection/profiles/default/controlpanel.xml @ 1572

Last change on this file since 1572 was 1572, checked in by fenix, 14 years ago

initial package import

File size: 544 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.portlet.collection">
6 <configlet title="QCollection Portlet" action_id="QCollectionPortlet"
7    appId="quintagroup.portlet.collection" category="Products" condition_expr=""
8    url_expr="string:${portal_url}/@@qcollectionportlet-controlpanel"
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.