|
|
|
|
@ -118,23 +118,25 @@ data-server-root="{{server_root}}"
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="file_size" class="pull-right sort_button">
|
|
|
|
|
<span class="btn btn-xs btn-default sort-action" id="file-size">
|
|
|
|
|
{% trans %}File size{% endtrans %}
|
|
|
|
|
<i class="fa"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="last_modified" class="pull-right sort_button">
|
|
|
|
|
<span class="btn btn-xs btn-default sort-action" id="last-modified">
|
|
|
|
|
{% trans %}Last Modified{% endtrans %}
|
|
|
|
|
<i class="fa"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="sort_name" class="pull-right sort_button">
|
|
|
|
|
<span class="btn btn-xs btn-default sort-action" id="sort-name">
|
|
|
|
|
{% trans %}Name{% endtrans %}
|
|
|
|
|
<i class="fa fa-arrow-down"></i>
|
|
|
|
|
</span>
|
|
|
|
|
<div id="sort_buttons" class="pull-right">
|
|
|
|
|
<div id="sort_name" class="sort_button">
|
|
|
|
|
<button type="button" class="btn btn-xs btn-default sort-action" id="sort-name" aria-label="{% trans %}Sort by name{% endtrans %}">
|
|
|
|
|
{% trans %}Name{% endtrans %}
|
|
|
|
|
<i class="fa fa-arrow-down"></i>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="last_modified" class="sort_button">
|
|
|
|
|
<button type="button" class="btn btn-xs btn-default sort-action" id="last-modified" aria-label="{% trans %}Sort by last modified{% endtrans %}">
|
|
|
|
|
{% trans %}Last Modified{% endtrans %}
|
|
|
|
|
<i class="fa"></i>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="file_size" class="sort_button">
|
|
|
|
|
<button type="button" class="btn btn-xs btn-default sort-action" id="file-size" aria-label="{% trans %}Sort by file size{% endtrans %}">
|
|
|
|
|
{% trans %}File size{% endtrans %}
|
|
|
|
|
<i class="fa"></i>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|