diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml index d4ea95125a0c0eb93defce7bcd78645fcacd50c7..fd594eebe15579e5b18c2c2d233f2c3caca8a503 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml @@ -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 diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 1fc188de736ba90607732689cd9ae879e4947184..6bf99008f5178a274ee504dd640d28bbcc90b901 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -525 \ No newline at end of file +526