[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml - properties.dtml:1.10
Toby Dickenson
tdickenson@geminidataloggers.com
Mon, 16 Dec 2002 09:24:19 -0500
Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv19400
Modified Files:
properties.dtml
Log Message:
fix for collector #697 - multiple selections
=== Zope/lib/python/OFS/dtml/properties.dtml 1.9 => 1.10 ===
--- Zope/lib/python/OFS/dtml/properties.dtml:1.9 Tue Oct 1 08:23:06 2002
+++ Zope/lib/python/OFS/dtml/properties.dtml Mon Dec 16 09:24:19 2002
@@ -117,7 +117,7 @@
<dtml-if "hasProperty(select_variable)">
<div class="form-element">
- <select name="<dtml-var id>:utf8:list" multiple
+ <select name="<dtml-var id>:utf8:list:string" multiple
size="<dtml-var "_.min(7, _.len(getProperty(select_variable)))">">
<dtml-in "getProperty(select_variable)">
<option<dtml-if