We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d6cac commit 67c69caCopy full SHA for 67c69ca
filebrowser/templates/filebrowser/include/tableheader.html
@@ -21,7 +21,7 @@
21
{% ifnotequal query.o "date" %}<th><a href="{% query_string "" "o,ot,p" %}&ot=asc&o=date">{% trans "Date" %}</a></th>{% endifnotequal %}
22
<!-- ACTIONS -->
23
<th> </th>
24
- <th> </th>
+ {% if results_var.delete_total %}<th> </th>{% endif %}
25
<!-- DEBUG -->
26
{% if settings_var.DEBUG %}<th>Debug</th>{% endif %}
27
</tr>
0 commit comments