add renderer 'center' for centered report columns

This commit is contained in:
Helmut Merz 2012-03-11 12:49:53 +01:00
parent 46648c92fa
commit a415e83468

View file

@ -42,6 +42,12 @@
</metal:standard> </metal:standard>
<metal:right define-macro="center">
<td style="text-align: center"
tal:content="python:col.getDisplayValue(row)" />
</metal:right>
<metal:right define-macro="right"> <metal:right define-macro="right">
<td style="text-align: right" <td style="text-align: right"
tal:content="python:col.getDisplayValue(row)" /> tal:content="python:col.getDisplayValue(row)" />