From 279be27d42d41db7015d53ea2992df780a44c8cd Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Wed, 8 Oct 2008 08:11:29 +0000 Subject: [PATCH] Make form's field translatable. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24088 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../WizardTool_view/my_ac_password.xml | 20 ++++++++++++++++++- .../my_user_preferred_language.xml | 20 ++++++++++++++++++- bt5/erp5_wizard/bt/revision | 2 +- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_view/my_ac_password.xml b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_view/my_ac_password.xml index 4dd11703fa..c1a44fbb0b 100644 --- a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_view/my_ac_password.xml +++ b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_view/my_ac_password.xml @@ -165,7 +165,9 @@ </item> <item> <key> <string>title</string> </key> - <value> <string></string> </value> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> </item> <item> <key> <string>truncate</string> </key> @@ -260,4 +262,20 @@ </dictionary> </pickle> </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_text</string> </key> + <value> <string>python: here.portal_wizard.callRemoteProxyMethod(\'WizardTool_viewConfigurationKeyLabelMessageRenderer\')</string> </value> + </item> + </dictionary> + </pickle> + </record> </ZopeData> diff --git a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_view/my_user_preferred_language.xml b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_view/my_user_preferred_language.xml index 7635a23b8a..a878708981 100644 --- a/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_view/my_user_preferred_language.xml +++ b/bt5/erp5_wizard/SkinTemplateItem/portal_skins/erp5_wizard/WizardTool_view/my_user_preferred_language.xml @@ -173,7 +173,9 @@ </item> <item> <key> <string>title</string> </key> - <value> <string></string> </value> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> </item> <item> <key> <string>unicode</string> </key> @@ -298,4 +300,20 @@ </dictionary> </pickle> </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <tuple> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_text</string> </key> + <value> <string>python: here.portal_wizard.callRemoteProxyMethod(\'WizardTool_viewConfigurationLanguageLabelMessageRenderer\')</string> </value> + </item> + </dictionary> + </pickle> + </record> </ZopeData> diff --git a/bt5/erp5_wizard/bt/revision b/bt5/erp5_wizard/bt/revision index d800886d9c..a09fd8ad47 100644 --- a/bt5/erp5_wizard/bt/revision +++ b/bt5/erp5_wizard/bt/revision @@ -1 +1 @@ -123 \ No newline at end of file +124 \ No newline at end of file -- 2.30.9