[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml - properties.dtml:1.8.18.2
Toby Dickenson
tdickenson@geminidataloggers.com
Mon, 16 Dec 2002 09:17:14 -0500
Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv18525/dtml
Modified Files:
Tag: Zope-2_6-branch
properties.dtml
Log Message:
fix for collector #697 - multiple selections
=== Zope/lib/python/OFS/dtml/properties.dtml 1.8.18.1 => 1.8.18.2 ===
--- Zope/lib/python/OFS/dtml/properties.dtml:1.8.18.1 Tue Oct 1 08:23:55 2002
+++ Zope/lib/python/OFS/dtml/properties.dtml Mon Dec 16 09:17:13 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