mail & filetemplates listing/forms
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
11
templates/Froxlor/user/table-tpl.html.twig
Normal file
11
templates/Froxlor/user/table-tpl.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "Froxlor/user/table.html.twig" %}
|
||||
|
||||
{% block content %}
|
||||
{% set listing = maillisting %}
|
||||
{% set actions_links = mail_actions_links %}
|
||||
{{ parent() }}
|
||||
|
||||
{% set listing = filelisting %}
|
||||
{% set actions_links = file_actions_links %}
|
||||
{{ parent() }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user