From 53a26dafc89ed2330d78f746dc0357c4b0d87e60 Mon Sep 17 00:00:00 2001 From: maze-runnar <56407566+maze-runnar@users.noreply.github.com> Date: Fri, 25 Oct 2019 19:00:36 +0530 Subject: [PATCH 1/3] fix : Send test email box is showing properly --- .../system/mail-settings/test-email-form.hbs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/templates/components/forms/admin/settings/system/mail-settings/test-email-form.hbs b/app/templates/components/forms/admin/settings/system/mail-settings/test-email-form.hbs index d9a312aff25..ed38728f75e 100644 --- a/app/templates/components/forms/admin/settings/system/mail-settings/test-email-form.hbs +++ b/app/templates/components/forms/admin/settings/system/mail-settings/test-email-form.hbs @@ -4,13 +4,15 @@ {{t 'Send Test Email'}} -
-
- {{input type="text" placeholder=(t 'Recipient E-mail') name='test_email' value=recipientEmail }} -
- {{t 'Test'}} +
+
+
+ {{input type="text" placeholder=(t 'Recipient E-mail') name='test_email' value=recipientEmail }} +
+ {{t 'Test'}} +
{{/ui-accordion}} -
\ No newline at end of file +
From 23807a32592d58b54841dec508b06af669bac515 Mon Sep 17 00:00:00 2001 From: maze-runnar <56407566+maze-runnar@users.noreply.github.com> Date: Sat, 26 Oct 2019 17:28:38 +0530 Subject: [PATCH 2/3] changing hide map button to toggle switch --- app/templates/components/explore/side-bar.hbs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/templates/components/explore/side-bar.hbs b/app/templates/components/explore/side-bar.hbs index 6d1f9613fe0..0f5007c9911 100644 --- a/app/templates/components/explore/side-bar.hbs +++ b/app/templates/components/explore/side-bar.hbs @@ -4,7 +4,14 @@ {{/g-map}}
{{#if device.isMobile}} -
{{if (not isMapVisible) 'Show' 'Hide'}} Map
+
+
+ {{input type='checkbox' change=(action 'toggleMap') id = "map" checked='isChecked' }} + +
+
{{/if}}
From 54628d1fe0aa21ab5a0c520ebce3baf8194b2887 Mon Sep 17 00:00:00 2001 From: Sundaram Dubey <56407566+maze-runnar@users.noreply.github.com> Date: Sun, 27 Oct 2019 13:38:48 +0530 Subject: [PATCH 3/3] Undo previous commit --- app/templates/components/explore/side-bar.hbs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/templates/components/explore/side-bar.hbs b/app/templates/components/explore/side-bar.hbs index 0f5007c9911..6d1f9613fe0 100644 --- a/app/templates/components/explore/side-bar.hbs +++ b/app/templates/components/explore/side-bar.hbs @@ -4,14 +4,7 @@ {{/g-map}}
{{#if device.isMobile}} -
-
- {{input type='checkbox' change=(action 'toggleMap') id = "map" checked='isChecked' }} - -
-
+
{{if (not isMapVisible) 'Show' 'Hide'}} Map
{{/if}}