diff --git a/src/formio/templates/file.ejs b/src/formio/templates/file.ejs index 10899a309..68a4d8dd9 100644 --- a/src/formio/templates/file.ejs +++ b/src/formio/templates/file.ejs @@ -6,10 +6,10 @@ {% if (!ctx.disabled) { %}
{% } %} -
{{ctx.t('File Name')}}
-
{{ctx.t('Size')}}
+
{{ctx.t('File Name')}}
+
{{ctx.t('Size')}}
{% if (ctx.self.hasTypes) { %} -
{{ctx.t('Type')}}
+
{{ctx.t('Type')}}
{% } %} @@ -18,23 +18,24 @@
{% if (!ctx.disabled) { %}
-
{% } %} -
+
{% if (ctx.component.uploadOnly) { %} {{{file.originalName || file.name}}} {% } else { %} {{{file.originalName || file.name}}} {% } %}
-
+
{{ctx.fileSize(file.size)}}
{% if (ctx.self.hasTypes) { %} -
+
{% if (!ctx.disabled) { %}