mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
hide "use flash uploader" with ie >= 10
#time 8h
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
{% if module == "prod" %}
|
||||
{% if app['authentication'].getUser().ACL.has_access_to_module('upload') %}
|
||||
<li>
|
||||
{% set link = path('upload_form') %}
|
||||
{% set link = path('upload_html5_form') %}
|
||||
|
||||
{% if not app['browser'].supportFileAPI() %}
|
||||
{% set link = path('upload_flash_form') %}
|
||||
|
Reference in New Issue
Block a user