[Checkins] SVN: Products.CMFDefault/trunk/Products/CMFDefault/profiles/views_support/actions.xml - this action is no longer needed, type infos are now add actions

Yvo Schubbe y.2008 at wcm-solutions.de
Sat Sep 20 08:34:59 EDT 2008


Log message for revision 91287:
  - this action is no longer needed, type infos are now add actions

Changed:
  D   Products.CMFDefault/trunk/Products/CMFDefault/profiles/views_support/actions.xml

-=-
Deleted: Products.CMFDefault/trunk/Products/CMFDefault/profiles/views_support/actions.xml
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/profiles/views_support/actions.xml	2008-09-20 12:03:23 UTC (rev 91286)
+++ Products.CMFDefault/trunk/Products/CMFDefault/profiles/views_support/actions.xml	2008-09-20 12:34:59 UTC (rev 91287)
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<object name="portal_actions" meta_type="CMF Actions Tool"
-   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
- <object name="folder">
-  <object name="add_file" meta_type="CMF Action" i18n:domain="cmf_default">
-   <property name="title" i18n:translate="">Add File</property>
-   <property name="description"
-      i18n:translate="">Add new File object</property>
-   <property name="url_expr">string:${object_url}/addFile.html</property>
-   <property name="icon_expr"></property>
-   <property
-      name="available_expr">python: folder is object and object.getTypeInfo().allowType('File')</property>
-   <property name="permissions">
-    <element value="Add portal content"/>
-   </property>
-   <property name="visible">True</property>
-  </object>
- </object>
-</object>



More information about the Checkins mailing list