Commit 3789d27d authored by Yoshinori Okuji's avatar Yoshinori Okuji

Do not add align="right" automatically.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5577 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 40bb53b8
......@@ -802,7 +802,6 @@ class FloatWidget(TextWidget):
return render_element( "input",
type="text",
name=key,
align="right",
css_class=field.get_value('css_class'),
value=value,
size=field.get_value('display_width'),
......
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