plugins: query_editor now inherits from Plugin class + fixes to active_filters
[myslice.git] / plugins / query_editor / filter_input_integer.html
1 <input class='queryeditor-filter-min' id='$filter_id-min' type=text size=3 value='{{ min }}'></input>&nbsp;-&nbsp;
2 <input class='queryeditor-filter-max' id='$filter_id-max' type=text size=3 value='{{ max }}'></input>