Commit cfb51cb8 authored by 's avatar

Fixed display of long properties.

parent 68a746c4
......@@ -43,7 +43,7 @@ values and click "Save Changes".
<!--#if "'w' in _['sequence-item'].get('mode', 'awd')"-->
<!--#if "type in ('int', 'long')"-->
<input type="text" name="<!--#var id-->:<!--#var type-->" size="35"
value="<!--#var "'%d' % getProperty(id)"-->">
value="<!--#if "getProperty(id)"--><!--#var "'%d' % getProperty(id)"--><!--#/if-->">
<!--#elif "type in ('float', 'date')"-->
<input type="text" name="<!--#var id-->:<!--#var type-->" size="35"
value="<!--#var "getProperty(id)"-->">
......
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