Commit 6c7112e5 authored by 's avatar

Added multi-select fix

parent e1a72a2b
...@@ -76,7 +76,7 @@ values and click "Save Changes". ...@@ -76,7 +76,7 @@ values and click "Save Changes".
No value for <!--#var select_variable--> No value for <!--#var select_variable-->
<!--#/if--> <!--#/if-->
<!--#elif "type=='multiple selection'"--> <!--#elif "type=='multiple selection'"-->
<!--#if selectvariable--> <!--#if select_variable-->
<select name="<!--#var id-->:list" multiple <select name="<!--#var id-->:list" multiple
size="<!--#var "_.max(7, len(_[select_variable]))"-->"> size="<!--#var "_.max(7, len(_[select_variable]))"-->">
<!--#in "_[select_variable]"--> <!--#in "_[select_variable]"-->
......
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