[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml - properties.dtml:1.6
Andreas Jung
andreas@digicool.com
Thu, 21 Mar 2002 12:23:20 -0500
Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv13147/lib/python/OFS/dtml
Modified Files:
properties.dtml
Log Message:
- Collector #303: Properties of type 'long' got truncated
=== Zope/lib/python/OFS/dtml/properties.dtml 1.5 => 1.6 ===
<input type="text" name="<dtml-var id>:<dtml-var type>" size="35"
value="<dtml-if "hasProperty(id)"><dtml-var
- "('%s' % getProperty(id))[:-1]" html_quote></dtml-if>">
+ "('%s' % getProperty(id))" html_quote></dtml-if>">
<dtml-elif "type in ('float', 'date')">
<input type="text" name="<dtml-var id>:<dtml-var type>" size="35"
value="<dtml-var "getProperty(id)" html_quote>">