Commit b749ff65 authored by Romain Courteaud's avatar Romain Courteaud

Revert http://svn.erp5.org/?view=rev&revision=20078, as it changes the DOM tree

and desactivate some CSS configuration.
This modification will be moved to experimental for now.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20493 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d6056db3
......@@ -68,7 +68,6 @@
class python: \' \'.join([x for x in [\'field\', field.is_required() and \'required\' or None, field_has_error and \'error\' or None, field.get_value(\'css_class\') or None] if x is not None])"\n
i18n:attributes="title" i18n:domain="ui">\n
<tal:block tal:repeat="html_tuple html_render">\n
<div>\n
<label>\n
<tal:block tal:content="structure python: html_tuple[0]"\n
i18n:translate="" i18n:domain="ui" />\n
......@@ -85,7 +84,6 @@
tal:content="python: field_errors[field_id].error_text"\n
i18n:translate="" i18n:domain="ui" />\n
<p class="clear" tal:condition="not:is_web_mode"></p>\n
</div>\n
</tal:block>\n
</div>\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