File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
filer/templates/admin/filer Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ <h2> </h2>
213
213
data-url ="{% url 'admin:filer-ajax_upload' folder_id=folder.id %} "
214
214
data-max-uploader-connections ="{{ uploader_connections }} "
215
215
data-max-files ="{{ max_files|safe }} "
216
- {% if max_filesize %}} data-max-filesize ="{{ max_filesize|safe }} "{% endif %}
216
+ {% if max_filesize %}data-max-filesize ="{{ max_filesize|safe }} "{% endif %}
217
217
>
218
218
{% trans "Upload Files" %}
219
219
</ a >
@@ -223,7 +223,7 @@ <h2> </h2>
223
223
data-url ="{% url 'admin:filer-ajax_upload' %} "
224
224
data-max-uploader-connections ="{{ uploader_connections }} "
225
225
data-max-files ="{{ max_files|safe }} "
226
- {% if max_filesize %}} data-max-filesize ="{{ max_filesize|safe }} "{% endif %}
226
+ {% if max_filesize %}data-max-filesize ="{{ max_filesize|safe }} "{% endif %}
227
227
>
228
228
{% trans "Upload Files" %}
229
229
</ a >
Original file line number Diff line number Diff line change 4
4
< table class ="js-filer-dropzone js-filer-dropzone-base navigator-table " id ="result_list " data-url ="{% if folder.id %}{% url 'admin:filer-ajax_upload' folder_id=folder.id %}{% else %}{% url 'admin:filer-ajax_upload' %}{% endif %} " data-folder-name ="{% if folder.is_root %}{% translate 'Unsorted Uploads' %}{% else %}{{ folder.name }}{% endif %} "
5
5
data-max-uploader-connections ="{{ uploader_connections }} "
6
6
data-max-files ="{{ max_files|safe }} "
7
- {% if max_filesize %}} data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
7
+ {% if max_filesize %}data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
8
8
< thead >
9
9
< tr >
10
10
< th class ="column-checkbox ">
170
170
data-folder-name ="{% if folder.is_root %}{% trans 'Unsorted Uploads' %}{% else %}{{ folder.name }}{% endif %} "
171
171
data-max-uploader-connections ="{{ uploader_connections }} "
172
172
data-max-files ="{{ max_files|safe }} "
173
- {% if max_filesize %}} data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
173
+ {% if max_filesize %}data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
174
174
175
175
< div class ="icon "> < span class ="filer-icon filer-upload fa fa-cloud-upload "> </ span > </ div >
176
176
Original file line number Diff line number Diff line change 4
4
5
5
< div class ="js-filer-dropzone js-filer-dropzone-base navigator-list " id ="result_list " data-url ="{% if folder.id %}{% url 'admin:filer-ajax_upload' folder_id=folder.id %}{% else %}{% url 'admin:filer-ajax_upload' %}{% endif %} " data-folder-name ="{% if folder.is_root %}{% translate 'Unsorted Uploads' %}{% else %}{{ folder.name }}{% endif %} " data-max-uploader-connections ="{{ uploader_connections }} "
6
6
data-max-files ="{{ max_files|safe }} "
7
- {% if max_filesize %}} data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
7
+ {% if max_filesize %}data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
8
8
9
9
< input type ="checkbox " id ="all-items-action-toggle ">
10
10
43
43
data-folder-name ="{{ subfolder.name }} "
44
44
data-max-uploader-connections ="{{ uploader_connections }} "
45
45
data-max-files ="{{ max_files|safe }} "
46
- {% if max_filesize %}} data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
46
+ {% if max_filesize %}data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
47
47
48
48
< div class ="navigator-checkbox ">
49
49
{% if filer_admin_context.pick_folder and item.file_type == 'Folder' %}
146
146
data-folder-name ="{% if folder.is_root %}{% trans 'Unsorted Uploads' %}{% else %}{{ folder.name }}{% endif %} "
147
147
data-max-uploader-connections ="{{ uploader_connections }} "
148
148
data-max-files ="{{ max_files|safe }} "
149
- {% if max_filesize %}} data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
149
+ {% if max_filesize %}data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
150
150
< div class ="icon "> < span class ="filer-icon filer-icon-upload fa fa-cloud-upload "> </ span > </ div >
151
151
152
152
< div class ="filer-dropzone-upload-welcome js-filer-dropzone-upload-welcome ">
Original file line number Diff line number Diff line change 17
17
< div class ="js-filer-dropzone filer-dropzone{% if object %} js-object-attached{% endif %} "
18
18
data-url ="{% url 'admin:filer-ajax_upload' %} "
19
19
data-max-files ="1 "
20
- {% if max_filesize %}} data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
20
+ {% if max_filesize %}data-max-filesize ="{{ max_filesize|safe }} "{% endif %} >
21
21
< div class ="z-index-fix "> </ div >
22
22
< div class ="dz-default dz-message js-filer-dropzone-message{% if object %} hidden{% endif %} ">
23
23
< span class ="icon filer-icon filer-icon-arrow-down fa fa-arrow-down "> </ span > < span > {% translate "or drop your file here" %}</ span >
You can’t perform that action at this time.
0 commit comments