Commit 0fceee9c authored by Toby Dickenson's avatar Toby Dickenson

further fix for collector #697 - multiple selections

parent 49911aab
...@@ -129,7 +129,7 @@ property values, edit the values and click "Save Changes". ...@@ -129,7 +129,7 @@ property values, edit the values and click "Save Changes".
</div> </div>
<dtml-elif "_.has_key(select_variable)"> <dtml-elif "_.has_key(select_variable)">
<div class="form-element"> <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]))">"> size="<dtml-var "_.min(7, _.len(_[select_variable]))">">
<dtml-in "_[select_variable]"> <dtml-in "_[select_variable]">
<option<dtml-if <option<dtml-if
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment