source: products/qPingTool/branches/plone-3.1/profiles/default/actions.xml

Last change on this file was 225, checked in by mylan, 18 years ago

Cleaned and equalized with Plone 2.0.5 version patch.py & utils.py

File size: 870 bytes
Line 
1<?xml version="1.0"?>
2<!-- Install our custom portal_actions. Plone's defaults are in CMFPlone/profiles/default/actions.xml -->
3
4<!-- PORTAL ACTIONS -->
5<object name="portal_actions" meta_type="Plone Actions Tool"
6   xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:domain="qPingTool">
7 <object name="object" meta_type="CMF Action Category">
8  <object name="ping" meta_type="CMF Action">
9   <property name="title">Ping setup</property>
10   <property name="description" i18n:translate=""></property>
11   <property name="url_expr">string:${folder_url}/@@ping_setup</property>
12   <property name="available_expr">python: folder==object and portal.portal_syndication.isSyndicationAllowed(object)</property>
13   <property name="permissions">
14    <element value="Manage properties"/>
15   </property>
16   <property name="visible">True</property>
17  </object>
18 </object>
19</object>
Note: See TracBrowser for help on using the repository browser.