slight cosmetic changes
[unfold.git] / plugins / hazelnut / hazelnut.html
index f3b3573..84f2e18 100644 (file)
@@ -1,7 +1,13 @@
-<table class='display' id='hazelnut-{{ domid }}'>
-<thead><tr> {% for subject_field in subject_fields %}
-<th>{{ subject_field }}</th>{% endfor %} {% if checkboxes %}<th>+/-</th>{% endif %}
-</tr></thead>
+<div id='main-{{ domid }}'>
+<table class='table table-striped table-bordered dataTable' id='hazelnut-{{ domid }}'>
+<thead><tr> {% for column in columns %}
+<th>{{ column }}</th>{% endfor %} {% if checkboxes %}<th>+/-</th>{% endif %}
+</tr></thead> 
 <tbody>
 </tbody>
+<tfoot><tr> {% for column in columns %}
+<th>{{ column }}</th>{% endfor %} {% if checkboxes %}<th>+/-</th>{% endif %}
+</tr></tfoot> 
 </table>
+</div>
+<div class="hazelnut-spacer"></div>