[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml - properties.dtml:1.11

Toby Dickenson tdickenson@geminidataloggers.com
Mon, 16 Dec 2002 14:37:58 -0500


Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv27833

Modified Files:
	properties.dtml 
Log Message:
further fix for collector #697 - multiple selections

=== Zope/lib/python/OFS/dtml/properties.dtml 1.10 => 1.11 ===
--- Zope/lib/python/OFS/dtml/properties.dtml:1.10	Mon Dec 16 09:24:19 2002
+++ Zope/lib/python/OFS/dtml/properties.dtml	Mon Dec 16 14:37:58 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