diff --git a/categories/editor/templates/admin/editor/tree_list_results.html b/categories/editor/templates/admin/editor/tree_list_results.html index e5f1784..849bbe7 100644 --- a/categories/editor/templates/admin/editor/tree_list_results.html +++ b/categories/editor/templates/admin/editor/tree_list_results.html @@ -8,10 +8,19 @@
| -{% if header.sortable %}{% endif %} -{{ header.text|capfirst }} -{% if header.sortable %}{% endif %} | {% endfor %} +{% for header in result_headers %}
+ {% if header.sortable %}
+ {% if header.sort_priority > 0 %}
+
+ {% endif %}
+ {% endif %}
+ {% if header.sortable %}{{ header.text|capfirst }}{% else %}{{ header.text|capfirst }}{% endif %}
+
+ | {% endfor %}
|---|