{% if browseByType %}
{% else %}
{% endif %}
{% if browseByTag %}
{% endif %}
{% endblock %}
{% block modalBody %}
{# ACHTUNG: IN IE9 AND BELOW, we leave the browse button the heck #}
{# alone and don't try to style it. Otherwise #}
{# it does not work. The class was removed deliberately so the #}
{# button would be visible. Yes it's an ugly button. That's life. #}
{# -Tom and Joel #}
{{ __('Drag Media Here or Click Here to Select Files') }}
{# I want to use progress.html here, but its styles are complex and don't seem #}
{# to work in this context #}
{% include "progress.html" %}
{# ACHTUNG: IN IE9 AND BELOW, we leave the browse button the heck #}
{# alone and don't try to style it. Otherwise #}
{# it does not work. The class was removed deliberately so the #}
{# button would be visible. Yes it's an ugly button. That's life. #}
{# -Tom and Joel #}
{{ __('Drop Files Here') }}
{# I want to use progress.html here, but its styles are complex and don't seem #}
{# to work in this context #}
{{ __('Uploading...') }}