Commit 42f35ca7 authored by Jérome Perrin's avatar Jérome Perrin

Use new style names for dates and figures

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18418 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e55eef97
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<table:table-cell tal:define="field python: editable_fields.get(column_id, None)"\n <table:table-cell tal:define="field python: editable_fields.get(column_id, None)"\n
tal:attributes="office:value column_property"\n tal:attributes="office:value column_property"\n
office:value-type="float"\n office:value-type="float"\n
table:style-name="report-stat2-sans-bold">\n table:style-name="figure">\n
<text:p tal:condition="python: field is None"\n <text:p tal:condition="python: field is None"\n
tal:content="python: column_property"/>\n tal:content="python: column_property"/>\n
<text:p tal:condition="python: field is not None"\n <text:p tal:condition="python: field is not None"\n
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
<tal:block tal:condition="python: isinstance(column_property, DateTime)">\n <tal:block tal:condition="python: isinstance(column_property, DateTime)">\n
<table:table-cell tal:define="field python: editable_fields.get(column_id, None);"\n <table:table-cell tal:define="field python: editable_fields.get(column_id, None);"\n
tal:attributes="office:date-value python: column_property.strftime(\'%Y-%m-%dT%H:%M:%S\')"\n tal:attributes="office:date-value python: column_property.strftime(\'%Y-%m-%dT%H:%M:%S\')"\n
table:style-name="report-content-date"\n table:style-name="date"\n
office:value-type="date">\n office:value-type="date">\n
\n \n
<text:p tal:condition="python: field is None"\n <text:p tal:condition="python: field is None"\n
......
104 106
\ No newline at end of file \ 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