Add warning message for import + download images

When import isn't async and downloading images is enabled, we warn the user that import can fail.
Also, added missing translations
This commit is contained in:
Jeremy Benoist
2016-11-03 15:59:18 +01:00
parent e46fdf3096
commit ca08d02f2f
19 changed files with 81 additions and 4 deletions

View File

@ -6,6 +6,8 @@
<div class="row">
<div class="col s12">
<div class="card-panel settings">
{% include 'WallabagImportBundle:Import:_information.html.twig' %}
<div class="row">
<blockquote>{{ import.description|trans|raw }}</blockquote>
<p>{{ 'import.firefox.how_to'|trans }}</p>