This commit is contained in:
Nicolas Le Goff
2012-05-18 18:03:06 +02:00
parent 078f710953
commit 28ca603de6

View File

@@ -3,8 +3,8 @@
{# action bar #}
<div class="PNB" style="height:40px;">
<input type="file" multiple directory webkitdirectory mozdirectory name="files[]">
<button type="button" class="upload-submitter">{% trans 'upload' %}</button>
<button type="button" class="clear-queue">{% trans 'empty list' %}</button>
<button type="button" class="upload-submitter">{% trans 'Upload' %}</button>
<button type="button" class="clear-queue">{% trans 'Clear queue' %}</button>
<span class='progress-bar-total'></span>
</div>
@@ -71,7 +71,7 @@
{% endfor %}
{% endfor %}
{% else %}
{% trans 'you cannot upload files' %}
{% trans 'You can not upload files' %}
{% endif %}
</div>
{# download box #}