diff --git a/bt5/erp5_odt_style/SkinTemplateItem/portal_skins/erp5_odt_style/form_view.xml b/bt5/erp5_odt_style/SkinTemplateItem/portal_skins/erp5_odt_style/form_view.xml index 540f4704adc23e1f18c477593f8f4e396565f60a..965742c7dcedb65beab45d3a7f02db6b379c6b79 100644 --- a/bt5/erp5_odt_style/SkinTemplateItem/portal_skins/erp5_odt_style/form_view.xml +++ b/bt5/erp5_odt_style/SkinTemplateItem/portal_skins/erp5_odt_style/form_view.xml @@ -104,6 +104,12 @@ bWxQSwUGAAAAAAIAAgCeAAAAhwwAAAAA</string> </value> </object> </value> </item> + <item> + <key> <string>_owner</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>_text</string> </key> <value> <string encoding="cdata"><![CDATA[ @@ -290,7 +296,7 @@ bWxQSwUGAAAAAAIAAgCeAAAAhwwAAAAA</string> </value> <text:p text:style-name=\'field-label-center\' i18n:domain="ui" i18n:translate=""\n tal:content="python: field.get_value(\'title\')"/>\n <text:p text:style-name=\'field-content-center\'\n - tal:content="structure python: field.get_value(\'default\').replace(\'&\', \'&amp;;\').replace(\'>\', \'>gt;;\').replace(\'<\', \'<lt;;\').replace(\'\\n\', \'<text:line-break/>\')"/>\n + tal:content="structure python: field.get_value(\'default\').replace(\'&\', \'&amp;\').replace(\'>\', \'&gt;\').replace(\'<\', \'&lt;\').replace(\'\\n\', \'<text:line-break/>\')"/>\n </tal:block>\n <tal:block tal:condition="python: field_type == \'ImageField\'">\n <text:p text:style-name=\'field-label-center\' i18n:domain="ui" i18n:translate=""\n diff --git a/bt5/erp5_odt_style/bt/revision b/bt5/erp5_odt_style/bt/revision index b74e882ae378d7e5aae630f48c20dd1e40186d98..3e932fe8f188bb6dbcb02afe1306fa6e0b90357b 100644 --- a/bt5/erp5_odt_style/bt/revision +++ b/bt5/erp5_odt_style/bt/revision @@ -1 +1 @@ -31 \ No newline at end of file +34 \ No newline at end of file