Commit 0472365f authored by Jérome Perrin's avatar Jérome Perrin

Fields from left & right group should use "field-label" and "field-content"...

Fields from left & right group should use "field-label" and "field-content" styles. "field-content-center" has been introduced here by mistake

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21461 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 886f7c71
......@@ -253,7 +253,7 @@ bWxQSwUGAAAAAAIAAgCeAAAAhwwAAAAA</string> </value>
tal:define="value python: field.get_value(\'default\')">\n
<tal:block tal:condition="python: field_type not in (\'ImageField\',\'OOoChart\' )">\n
<text:p tal:condition="python: not(same_type(value,[]) or same_type(value,()))"\n
text:style-name=\'field-content-center\'\n
text:style-name=\'field-content\'\n
tal:content="structure python: field.render_pdf(value).replace(\'&amp;\', \'&amp;amp;\').replace(\'&gt;\', \'&amp;gt;\').replace(\'&lt;\', \'&amp;lt;\').replace(\'\\n\', \'&lt;text:line-break/&gt;\')"/>\n
<tal:block tal:condition="python:same_type(value,[]) or same_type(value,())"\n
tal:repeat="item value">\n
......
51
\ No newline at end of file
53
\ No newline at end of file
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