Reg:Warning Msg added, MyAccount: delete,download in progess. Css: common css moved...
[myslice.git] / plugins / query_editor / static / filter_input_string_values.html
1 <select class='queryeditor-filter' id='$filter_id'>
2     <option value=''>Show all</option>
3         {% for option in options %}
4         <option>{{option}}</option>
5         {% endfor %}
6 </select>