Merge pull request #3503 from alchemy-fr/PHRAS-3096_prod-uploa-remove-flash-uploader

PHRAS-3096 #comment merge prod - uploader remove flash uploader
This commit is contained in:
Nicolas Maillat
2020-05-27 22:38:26 +02:00
committed by GitHub

View File

@@ -140,12 +140,6 @@
</div>
</form>
<div>
<select name="upload_type" id="upload_type" class="input-large" style="width: 200px; float:right">
<option value="html" selected>{{ 'Use the HTML5 uploader' | trans }}</option>
<option value="flash">{{ 'Use the Flash uploader' | trans }}</option>
</select>
</div>
{% else %}
{{ 'You can not upload files' | trans }}
{% endif %}