mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-25 00:53:48 +00:00
Merge branch 'stable'
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user