Commit c624456a authored by Romain Courteaud's avatar Romain Courteaud Committed by Sebastien Robin

Add floatfield gadget

parent c2aebacd
......@@ -197,6 +197,8 @@
field_url = \'gadget_erp5_listfield.html\';\n
} else if (renderered_field.type === \'StringField\') {\n
field_url = \'gadget_erp5_stringfield.html\';\n
} else if (renderered_field.type === \'FloatField\') {\n
field_url = \'gadget_erp5_floatfield.html\';\n
} else if (renderered_field.type === \'ListBox\') {\n
field_url = \'gadget_erp5_listbox.html\';\n
} else if (renderered_field.type === \'EditorField\') {\n
......@@ -420,7 +422,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>936.43102.59587.23927</string> </value>
<value> <string>936.48874.13879.32921</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -438,7 +440,7 @@
</tuple>
<state>
<tuple>
<float>1407139189.41</float>
<float>1407485559.48</float>
<string>GMT</string>
</tuple>
</state>
......
45
\ No newline at end of file
46
\ 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