FEATURE add download button to document listing

This commit is contained in:
2023-03-07 14:25:17 +01:00
committed by Julien Fastré
parent 23cee274a5
commit 3aac4d5d35
4 changed files with 20 additions and 10 deletions

View File

@@ -23,11 +23,13 @@
{% block js %}
{{ parent() }}
{{ encore_entry_script_tags('mod_notification_toggle_read_status') }}
{{ encore_entry_script_tags('mod_document_action_buttons_group') }}
{% endblock %}
{% block css %}
{{ parent() }}
{{ encore_entry_link_tags('mod_notification_toggle_read_status') }}
{{ encore_entry_link_tags('mod_document_action_buttons_group') }}
{% endblock %}
{% block content %}