source: products/quintagroup.plonegooglesitemaps/branches/1.7.1/quintagroup/plonegooglesitemaps/profiles/default/controlpanel.xml @ 3397

Last change on this file since 3397 was 2592, checked in by liebster, 14 years ago

Add registration icon of configlet by Plone4

File size: 440 bytes
Line 
1<?xml version="1.0"?>
2<object name="portal_controlpanel" meta_type="Plone Control Panel Tool">
3 <configlet title="Google Sitemaps" action_id="GoogleSitemaps"
4    appId="quintagroup.plonegooglesitemaps" category="Products" condition_expr=""
5    url_expr="string:${portal_url}/prefs_gsm_overview"
6    icon_expr="string:$portal_url/qplonegooglesitemaps.gif"
7    visible="True">
8  <permission>Manage portal</permission>
9 </configlet>
10</object>
Note: See TracBrowser for help on using the repository browser.