many cosmetic changes
[myslice.git] / plugins / querytable / templates / querytable.html
index a1792b4..8da79d4 100644 (file)
@@ -1,9 +1,9 @@
-<div id="main-{{ domid }}" class="">
+<div id="main-{{ domid }}">
   <table class="table dataTable" id="{{domid}}__table" width="100%">
     <thead>
       <tr>
-       {% if checkboxes %}<th class="checkbox"><input type="checkbox" disabled/></th>{% endif %}
-        <th></th>
+       {% if checkboxes %}<th><input type="checkbox" disabled/></th>{% endif %}
+        <th>&#9888;</th>
         {% for column, field in columns.items %} <th>{{ column }}</th> {% endfor %} 
         {% for column, field in hidden_columns.items %} <th>{{ column }}</th> {% endfor %}
       </tr>
@@ -13,7 +13,7 @@
     <tfoot>
       <tr>
        {% if checkboxes %} <th><input type="checkbox" disabled/></th> {% endif %}
-        <th></th>
+        <th>&#9888;</th>
         {% for column, field in columns.items %} <th>{{ column }}</th> {% endfor %} 
         {% for column, field in hidden_columns.items %} <th>{{ column }}</th> {% endfor %} 
       </tr>