source: products/vendor/Products.CacheSetup/current/Products/CacheSetup/profiles/default/controlpanel.xml @ 3296

Last change on this file since 3296 was 3296, checked in by fenix, 13 years ago

Load Products.CacheSetup?-1.2.1 into vendor/Products.CacheSetup?/current.

File size: 427 bytes
Line 
1<?xml version="1.0"?>
2<object xmlns:i18n="http://xml.zope.org/namespaces/i18n"
3    name="plone_controlpanel" i18n:domain="plone">
4 <configlet title="Cache Configuration Tool" action_id="CacheSetupPrefs"
5   condition_expr="" url_expr="string:${portal_url}/portal_cache_settings"
6   category="Products" visible="True" appId="CacheSetup"
7   i18n:atributes="title">
8  <permission>Manage portal</permission>
9 </configlet>
10</object>
Note: See TracBrowser for help on using the repository browser.