[Erp5-report] r44541 rafael - in /erp5/trunk/bt5/erp5_configurator: ActionTemplateItem/port...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Mar 23 16:16:58 CET 2011
Author: rafael
Date: Wed Mar 23 16:16:58 2011
New Revision: 44541
URL: http://svn.erp5.org?rev=44541&view=rev
Log:
Add "Configurate Your Site" on favourites menu, to user goes to portal_configurator
Added:
erp5/trunk/bt5/erp5_configurator/ActionTemplateItem/portal_types/portal_actions/
erp5/trunk/bt5/erp5_configurator/ActionTemplateItem/portal_types/portal_actions/use_configurator.xml
Modified:
erp5/trunk/bt5/erp5_configurator/bt/revision
Added: erp5/trunk/bt5/erp5_configurator/ActionTemplateItem/portal_types/portal_actions/use_configurator.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/ActionTemplateItem/portal_types/portal_actions/use_configurator.xml?rev=44541&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/ActionTemplateItem/portal_types/portal_actions/use_configurator.xml (added)
+++ erp5/trunk/bt5/erp5_configurator/ActionTemplateItem/portal_types/portal_actions/use_configurator.xml [utf8] Wed Mar 23 16:16:58 2011
@@ -0,0 +1,71 @@
+<?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>use_configurator</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>1.5</float> </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value> <string>Configure your Site</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:${object_url}/portal_configurator</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Modified: erp5/trunk/bt5/erp5_configurator/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/revision?rev=44541&r1=44540&r2=44541&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] Wed Mar 23 16:16:58 2011
@@ -1 +1 @@
-499
\ No newline at end of file
+500
\ No newline at end of file
More information about the Erp5-report
mailing list