Déplacement pour eggification.
[Plinn.git] / profiles / photo / types / Document.xml
diff --git a/profiles/photo/types/Document.xml b/profiles/photo/types/Document.xml
deleted file mode 100644 (file)
index dedc32f..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0"?>
-<object name="Document" meta_type="Factory-based Type Information"
-   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
- <property name="title">Document</property>
- <property
-    name="description">Contain text that can be formatted using 'Structured Text.' It may also contain HTML, or "plain" text.</property>
- <property name="icon_expr">string:${portal_url}/text.gif</property>
- <property name="content_meta_type">Document</property>
- <property name="product">CMFDefault</property>
- <property name="factory">addDocument</property>
- <property name="add_view_expr"></property>
- <property name="link_target"></property>
- <property name="immediate_view">object/edit</property>
- <property name="global_allow">True</property>
- <property name="filter_content_types">True</property>
- <property name="allowed_content_types"/>
- <property name="allow_discussion">False</property>
- <alias from="(Default)" to="document_view"/>
- <alias from="gethtml" to="source_html"/>
- <alias from="info" to="content_info"/>
- <alias from="view" to="document_view"/>
- <action title="View" action_id="view" category="object" condition_expr=""
-    icon_expr="" link_target="" url_expr="string:${object_url}/document_view"
-    visible="True">
-  <permission value="View"/>
- </action>
- <action title="Edit" action_id="edit" category="object" condition_expr=""
-    icon_expr="" link_target=""
-    url_expr="string:${object_url}/document_edit_form" visible="True">
-  <permission value="Modify portal content"/>
- </action>
- <action title="Share" action_id="localroles" category="object"
-    condition_expr="" icon_expr="" link_target=""
-    url_expr="string:${object_url}/folder_localrole_form" visible="True">
-  <permission value="Set Local Roles"/>
- </action>
- <action title="History" action_id="changes" category="object"
-    condition_expr="" icon_expr="" link_target=""
-    url_expr="string:${object_url}/changes_history" visible="True">
-  <permission value="View History"/>
- </action>
-</object>