add renderer 'center' for centered report columns
This commit is contained in:
parent
46648c92fa
commit
a415e83468
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@
|
|||
</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">
|
||||
<td style="text-align: right"
|
||||
tal:content="python:col.getDisplayValue(row)" />
|
||||
|
|
Loading…
Add table
Reference in a new issue