<table> for queryeditor has the 'columns' class - and so uses stylesheet - back again
[myslice.git] / plugins / query_editor / templates / query_editor.html
index 4c0864a..cde2fd4 100644 (file)
@@ -8,7 +8,7 @@ EOF;
 EOF; -->
 
 <div>
-  <table id='{{domid}}__table' class='display' width='95%'>
+  <table id='{{domid}}__table' class='query-editor columns'>
     <thead>
       <tr>
         <th class='center'>Info</th>
@@ -31,7 +31,7 @@ EOF; -->
         <td class='center'>{{ field.type }}</td>
         <td class='center'>{{ field.filter_input }}</td>
         <td class='center'>
-          <input class='queryeditor-check' id='{{domid}}__check__{{ field.name }}' name='{{ field.header }}' type='checkbox' autocomplete='on' 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>