manifold: fix in plugin.js
[myslice.git] / plugins / query_editor / query_editor.html
index 6cd3ff2..e366a64 100644 (file)
@@ -8,7 +8,7 @@ EOF;
 EOF; -->
 
 <div>
-  <table id='{{domid}}-table' class='display'>
+  <table id='{{domid}}__table' class='display'>
     <thead>
       <tr>
         <th class='center'>Field</th>
@@ -29,7 +29,7 @@ EOF; -->
         <td class='center'> {{ field.type }}</td>
         <td class='center'> {{ field.filter_input }}</td>
         <td class='center'>
-          <input class='queryeditor-check' id='check_{{ field.name }}' name='{{ field.header }}' type='checkbox' autocomplete='off' value='{{ field.name }}' {% if field.checked %} checked {% endif %}></input>
+          <input class='queryeditor-check' id='{{domid}}__check__{{ field.name }}' name='{{ field.header }}' type='checkbox' autocomplete='off' value='{{ field.name }}' {% if field.checked %} checked {% endif %}></input>
         </td>
       </tr>