diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_recipient_list.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_recipient_list.xml index d6b9054bc14cb21c3e7a5a4b09de284c87f80269..70bbf3082052fa09ae88c983f0ab9fcca49df6c1 100644 --- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_recipient_list.xml +++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_recipient_list.xml @@ -3,15 +3,18 @@ <record id="1" aka="AAAAAAAAAAE="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.StandardFields</string> - <string>LinesField</string> - </tuple> - <none/> + <global name="LinesField" module="Products.Formulator.StandardFields"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>id</string> </key> <value> <string>your_email_recipient_list</string> </value> diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_sender.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_sender.xml index d0dbb0f6c214e72c71774a3428a704de3e90e647..b6a901a0e1f59d49903e0bd73da9188512d7d203 100644 --- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_sender.xml +++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_sender.xml @@ -3,15 +3,18 @@ <record id="1" aka="AAAAAAAAAAE="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.StandardFields</string> - <string>StringField</string> - </tuple> - <none/> + <global name="StringField" module="Products.Formulator.StandardFields"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>id</string> </key> <value> <string>your_email_sender</string> </value> diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_text.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_text.xml index 43c7c2909386f50c2a49f9d78b4c437fa1eb1344..d0596a4a168a0810c20ae424f420b65dbbe9cfc1 100644 --- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_text.xml +++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_text.xml @@ -3,15 +3,18 @@ <record id="1" aka="AAAAAAAAAAE="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.StandardFields</string> - <string>TextAreaField</string> - </tuple> - <none/> + <global name="TextAreaField" module="Products.Formulator.StandardFields"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>id</string> </key> <value> <string>your_email_text</string> </value> @@ -288,18 +291,15 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python:here.index_html(request, None, format=\'text\')</string> </value> + <value> <string>python:here.asText()</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_title.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_title.xml index 86c82e554e8e3f98951176b985661d1f246f24a8..4cececaa4e542e0dca54755f9c52794615e20982 100644 --- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_title.xml +++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_viewSendByEmailDialog/your_email_title.xml @@ -3,15 +3,18 @@ <record id="1" aka="AAAAAAAAAAE="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.StandardFields</string> - <string>StringField</string> - </tuple> - <none/> + <global name="StringField" module="Products.Formulator.StandardFields"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>id</string> </key> <value> <string>your_email_title</string> </value>