removed export and system-config subtitles (#2811)

This commit is contained in:
Kevin Papst
2021-10-04 14:36:17 +02:00
committed by GitHub
parent ea415e33f5
commit d25653b6ed
57 changed files with 1 additions and 222 deletions

View File

@@ -19,7 +19,6 @@
{% set tableName = 'export' %}
{% block page_title %}{{ 'export.title'|trans }}{% endblock %}
{% block page_subtitle %}{{ 'export.subtitle'|trans }}{% endblock %}
{% block page_actions %}
{% set event = actions(app.user, 'export', (preview_show ? 'preview' : 'index')) %}
{{ widgets.page_actions(event.actions) }}