[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml - properties.dtml:1.8.18.3
Toby Dickenson
tdickenson@geminidataloggers.com
Mon, 16 Dec 2002 14:36:46 -0500
Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv27671
Modified Files:
Tag: Zope-2_6-branch
properties.dtml
Log Message:
further fix for collector #697 - multiple selections
=== Zope/lib/python/OFS/dtml/properties.dtml 1.8.18.2 => 1.8.18.3 ===
--- Zope/lib/python/OFS/dtml/properties.dtml:1.8.18.2 Mon Dec 16 09:17:13 2002
+++ Zope/lib/python/OFS/dtml/properties.dtml Mon Dec 16 14:36:45 2002
@@ -129,7 +129,7 @@
</div>
<dtml-elif "_.has_key(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(_[select_variable]))">">
<dtml-in "_[select_variable]">
<option<dtml-if