ColumnsEditor: based on query_editor plugin, simplified, without autocomplete filters
[myslice.git] / plugins / columns_editor / templates / filter_input_string.html
diff --git a/plugins/columns_editor/templates/filter_input_string.html b/plugins/columns_editor/templates/filter_input_string.html
new file mode 100644 (file)
index 0000000..110f16d
--- /dev/null
@@ -0,0 +1,4 @@
+<div class='ui-widget content' style='margin-top:0px;'>
+  <label for='{{domid}}__field__{{field}}'></label>
+  <input class='queryeditor-auto-filter' id='{{domid}}__field__{{field}}' type='text' style='width:206px;'></input>
+</div>