Commit 0cc20e89 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Translate groups

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16392 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ed9d5862
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<string>Products.PageTemplates.ZopePageTemplate</string> <tuple/>
<string>ZopePageTemplate</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -99,7 +96,7 @@ Example of macro use (similar to \'erp5_web_default_template\' use):\n ...@@ -99,7 +96,7 @@ Example of macro use (similar to \'erp5_web_default_template\' use):\n
id python: \'fieldset_\' + gid.replace(\' \', \'_\');"\n id python: \'fieldset_\' + gid.replace(\' \', \'_\');"\n
tal:condition="python:len(field_list)">\n tal:condition="python:len(field_list)">\n
<fieldset class="widget">\n <fieldset class="widget">\n
<legend tal:content="python: gtitle" class="group_title"/>\n <legend i18n:translate="" i18n:domain="ui" tal:content="python: gtitle" class="group_title"/>\n
<tal:block tal:repeat="field field_list">\n <tal:block tal:repeat="field field_list">\n
<tal:block metal:use-macro="here/field_render/macros/field_render"/>\n <tal:block metal:use-macro="here/field_render/macros/field_render"/>\n
</tal:block>\n </tal:block>\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment