Merge branch 'stable'

This commit is contained in:
2019-05-02 22:46:45 +02:00
3 changed files with 12 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
{% extends "ChillMainBundle::layoutWithVerticalMenu.html.twig" %}
{% block title "Download export"|trans %}
{% block title "Download export"|trans ~ export.title|trans %}
{% block js %}
<script type="text/javascript">
@@ -35,7 +35,8 @@ window.addEventListener("DOMContentLoaded", function(e) {
{% block layout_wvm_content %}
<h1>{{ "Download export"|trans }}</h1>
<h1>{{ export.title|trans }}</h1>
<h2>{{ "Download export"|trans }}</h2>
<div id="download_container" data-alias="{{ alias|escape('html_attr') }}" {% if mime_type is defined %}data-mime-type="{{ mime_type|escape('html_attr') }}"{% endif %} data-download-text="{{ "Download your report"|trans|escape('html_attr') }}"><span id="waiting_text">{{ "Waiting for your report"|trans }}...</span></div>