mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-18 14:28:25 +00:00
Allow actions on grid view
This commit is contained in:
parent
6b5c881555
commit
243fcccd89
2 changed files with 3 additions and 2 deletions
|
@ -64,13 +64,13 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% block result_list %}
|
{% block result_list %}
|
||||||
{% comment %} {% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% endcomment %}
|
{% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %}
|
||||||
{% comment %}
|
{% comment %}
|
||||||
Table grid
|
Table grid
|
||||||
{% result_list cl %}
|
{% result_list cl %}
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
{% snapshots_grid cl %}
|
{% snapshots_grid cl %}
|
||||||
{% comment %} {% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %} {% endcomment %}
|
{% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block pagination %}{% pagination cl %}{% endblock %}
|
{% block pagination %}{% pagination cl %}{% endblock %}
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -146,6 +146,7 @@ footer {
|
||||||
</div><!-- .card-content -->
|
</div><!-- .card-content -->
|
||||||
<footer>
|
<footer>
|
||||||
<div class="post-meta">
|
<div class="post-meta">
|
||||||
|
<span style="float:right;"><input type="checkbox" name="_selected_action" value="{{obj.pk}}" class="action-select"></span>
|
||||||
<span class="timestamp">🕑 {{obj.added}}</span>
|
<span class="timestamp">🕑 {{obj.added}}</span>
|
||||||
<span class="comments">📖{{obj.num_outputs}}</span>
|
<span class="comments">📖{{obj.num_outputs}}</span>
|
||||||
<span>🗄️{{ obj.archive_size | file_size }}</span>
|
<span>🗄️{{ obj.archive_size | file_size }}</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue