[gen] Added support for right-to-left (RTL) languages.
This commit is contained in:
parent
b680a5ddcb
commit
1b375d387c
18 changed files with 83 additions and 41 deletions
|
@ -9,7 +9,8 @@
|
|||
</tal:show>
|
||||
</td>
|
||||
<tal:comment replace="nothing">Icon for removing the row</tal:comment>
|
||||
<td align="right" tal:condition="python: layoutType=='edit'">
|
||||
<td tal:condition="python: layoutType=='edit'"
|
||||
tal:attributes="align dright">
|
||||
<img style="cursor:pointer"
|
||||
tal:attributes="src string:$appUrl/ui/delete.png;
|
||||
title python: 'Delete';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue