Commit 23fd134a authored by Arnaud Fontaine's avatar Arnaud Fontaine

2010-09-24 arnaud.fontaine

* Add action "Configure Property Sheets".



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38625 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b32a738b
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>global</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>property_sheet_tool</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>Manage portal</string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>5.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Configure Property Sheets</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Expression" module="Products.CMFCore.Expression"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${portal_url}/portal_property_sheets/view</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2010-09-24 arnaud.fontaine
* Add action "Configure Property Sheets".
2010-09-24 arnaud.fontaine
* Add Portal Types and views for web-based Property Sheets.
* Add elementary_type to portal_categories to represent Property Sheets types.
......
1724
\ No newline at end of file
1725
\ No newline at end of file
......@@ -89,6 +89,7 @@ portal_actions | bt_tool
portal_actions | category_tool
portal_actions | create_module
portal_actions | make_template
portal_actions | property_sheet_tool
portal_actions | types_tool
portal_membership | login
portal_membership | logout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment