[Erp5-report] r33025 fabien - in /erp5/trunk/bt5/erp5_web: PortalTypeTemplateItem/portal_ty...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Feb 23 14:09:50 CET 2010
Author: fabien
Date: Tue Feb 23 14:09:47 2010
New Revision: 33025
URL: http://svn.erp5.org?rev=33025&view=rev
Log:
set domain translation to content_translation. This make possible to have the Translation Tab on web section and to translate it.
Modified:
erp5/trunk/bt5/erp5_web/PortalTypeTemplateItem/portal_types/Web%20Section.xml
erp5/trunk/bt5/erp5_web/bt/revision
Modified: erp5/trunk/bt5/erp5_web/PortalTypeTemplateItem/portal_types/Web%20Section.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/PortalTypeTemplateItem/portal_types/Web%2520Section.xml?rev=33025&r1=33024&r2=33025&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/PortalTypeTemplateItem/portal_types/Web%20Section.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/PortalTypeTemplateItem/portal_types/Web%20Section.xml [utf8] Tue Feb 23 14:09:47 2010
@@ -80,18 +80,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.TranslationProviderBase</string>
- <string>TranslationInformation</string>
- </tuple>
- <none/>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>domain_name</string> </key>
- <value> <string></string> </value>
+ <value> <string>content_translation</string> </value>
</item>
<item>
<key> <string>property_name</string> </key>
@@ -103,18 +100,15 @@
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
- <tuple>
- <string>Products.ERP5Type.TranslationProviderBase</string>
- <string>TranslationInformation</string>
- </tuple>
- <none/>
+ <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/>
+ <tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>domain_name</string> </key>
- <value> <string></string> </value>
+ <value> <string>content_translation</string> </value>
</item>
<item>
<key> <string>property_name</string> </key>
Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=33025&r1=33024&r2=33025&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision [utf8] Tue Feb 23 14:09:47 2010
@@ -1,1 +1,1 @@
-908
+910
More information about the Erp5-report
mailing list