mail & filetemplates listing/forms
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if redirect_link %}
|
||||
<p class="mt-1">
|
||||
<p class="mt-1 pb-3">
|
||||
<a href="{{ redirect_link|raw }}" class="btn btn-{{ btntype }}">
|
||||
{% if type == 'danger' %}
|
||||
{{ lng('panel.back') }}
|
||||
|
||||
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