diff --git a/app/templates/components/forms/wizard/basic-details-step.hbs b/app/templates/components/forms/wizard/basic-details-step.hbs index d426075403d..fdf44af3165 100644 --- a/app/templates/components/forms/wizard/basic-details-step.hbs +++ b/app/templates/components/forms/wizard/basic-details-step.hbs @@ -120,27 +120,30 @@
-
- -
-
+
+
+ +
diff --git a/app/templates/components/widgets/forms/image-upload.hbs b/app/templates/components/widgets/forms/image-upload.hbs index 95a3fec4276..9b1db6cd192 100644 --- a/app/templates/components/widgets/forms/image-upload.hbs +++ b/app/templates/components/widgets/forms/image-upload.hbs @@ -2,29 +2,59 @@ {{#if (and this.requiresDivider this.device.isMobile)}} {{/if}} -
- {{#if this.uploadingImage}} -
-
{{t 'Image Uploading'}}
+ {{#if this.isHeaderImage}} +
+ {{#if this.uploadingImage}} +
+
{{t 'Image Uploading'}}
+
+ {{/if}} +
+ Selected image +
+ {{#if this.allowReCrop}} +
+ +
+ {{/if}} +
+
- {{/if}} -
- Selected image
- {{#if this.allowReCrop}} + {{else}} +
+ {{#if this.uploadingImage}} +
+
{{t 'Image Uploading'}}
+
+ {{/if}} +
+ Selected image +
+ {{#if this.allowReCrop}} +
+ +
+ {{/if}}
-
- {{/if}} -
-
+ {{/if}} +
+ {{this.imageText}}
{{else}}