Commit 9e302cd2 authored by Jérome Perrin's avatar Jérome Perrin

select style to right align numerical values for list items



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12545 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fa5aa562
......@@ -133,7 +133,9 @@
<tal:block tal:condition="python: is_list">\n
<td>\n
<tal:block tal:repeat="item column_property">\n
<para style="TableStandard" tal:content="item"/>\n
<para style="TableStandard"\n
tal:attributes="style python:isinstance(item, (int, long, float)) and \'TableStandardRightAligned\' or \'TableStandardLeftAligned\'"\n
tal:content="item"/>\n
</tal:block>\n
</td>\n
</tal:block>\n
......
19
\ No newline at end of file
18
\ 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