source: products/quintagroup.seoptimizer/branches/refactoring2.3.0/quintagroup/seoptimizer/profiles/reinstall/controlpanel.xml @ 1791

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

Added seo_icon for configlet icon

File size: 550 bytes
Line 
1<?xml version="1.0"?>
2<object name="portal_controlpanel" meta_type="Plone Control Panel Tool"
3    xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:domain="quintagroup.seoptimizer">
4 <configlet title="Search Engine Optimizer" action_id="seo_icon"
5    appId="quintagroup.seoptimizer" category="Products" condition_expr=""
6    icon_expr="string:${portal_url}/++resource++seo_icon.gif"
7    url_expr="string:${portal_url}/@@seo-controlpanel"
8    visible="True" i18n:attributes="title">
9  <permission>ManagePortal</permission>
10 </configlet>
11</object>
Note: See TracBrowser for help on using the repository browser.