Commit 753d5a59 authored by Jérome Perrin's avatar Jérome Perrin

specify align=right for money fields

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25206 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 24b3ec49
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<list> <list>
<string>title</string> <string>title</string>
<string>default</string> <string>default</string>
<string>extra</string>
<string>precision</string> <string>precision</string>
</list> </list>
</value> </value>
...@@ -96,6 +97,10 @@ ...@@ -96,6 +97,10 @@
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>extra</string> </key>
<value> <string>align="right"</string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_money_quantity</string> </value> <value> <string>my_money_quantity</string> </value>
......
195 196
\ 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