Remove feature: upload by url

This commit is contained in:
Zankaria 2024-01-16 18:01:13 +00:00
parent df2fe0e60f
commit a9211d23b5
3 changed files with 1 additions and 106 deletions

View file

@ -145,7 +145,7 @@
<th>
{% trans %}File{% endtrans %}
</th>
<td class="upload-area">
<td class="upload-area">
<input type="file" name="file_multiple[]" id="upload_file" multiple/>
{% if 'js/file-selector.js' in config.additional_javascript %}
@ -156,17 +156,6 @@
}
</script>
{% endif %}
{% if config.allow_upload_by_url %}
<div style="float:none;text-align:left" id="upload_url">
<label for="file_url">{% trans %}Or URL{% endtrans %}</label>:
{% for counter in 1..config.max_images %}
<input style="display:inline" type="text" id="file_url{{ counter }}" name="file_url{{ counter }}" size="35">
</br>
{% endfor %}
</div>
{% endif %}
{{ antibot.html() }}
</td>
</tr>