diff --git a/app/components/forms/wizard/custom-form-input.hbs b/app/components/forms/wizard/custom-form-input.hbs index b42400a5105..5056ece84c6 100644 --- a/app/components/forms/wizard/custom-form-input.hbs +++ b/app/components/forms/wizard/custom-form-input.hbs @@ -1,10 +1,10 @@ -

+
-
+ {{t 'Add Custom Form Field'}} -
-

+ +
@@ -17,5 +17,8 @@
Number
+ + + \ No newline at end of file diff --git a/app/templates/components/forms/wizard/sessions-speakers-step.hbs b/app/templates/components/forms/wizard/sessions-speakers-step.hbs index 5c839b73c73..a88d2596b51 100644 --- a/app/templates/components/forms/wizard/sessions-speakers-step.hbs +++ b/app/templates/components/forms/wizard/sessions-speakers-step.hbs @@ -1,4 +1,5 @@ -
+
@@ -19,213 +20,201 @@
{{#if this.data.event.isSessionsSpeakersEnabled}} -
-

- -
- {{t 'Sessions, Microlocations, Session Types'}} -
-

-
- - {{#each this.tracks as |track|}} -
-
- -
-
- - {{#if (gt this.tracks.length 1)}} - - {{/if}} - - -
-
- -
-
- {{/each}} -
- -
- - {{#each this.microlocations as |microlocation|}} -
-
- -
-
-
- - {{#if (gt this.microlocations.length 1)}} - - {{/if}} - -
-
-
- {{/each}} +
+

+ +
+ {{t 'Sessions, Microlocations, Session Types'}}
-
- - {{#each this.sessionTypes as |sessionType|}} -
-
- -
-
-
- - {{#if (gt this.sessionTypes.length 1)}} - - {{/if}} - -
-
-
- {{/each}} +

+
+ + {{#each this.tracks as |track|}} +
+
+ +
+
+ + {{#if (gt this.tracks.length 1)}} + + {{/if}} + + +
+
+ +
+ {{/each}} +
-
-
-
-
- - +
+ + {{#each this.microlocations as |microlocation|}} +
+
+
-
- {{#if this.hasCallForSpeaker}} -

- -
- {{t 'Call for speakers'}} +
+
+ + {{#if (gt this.microlocations.length 1)}} + + {{/if}} +
-

-
- -
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
+
+ {{/each}} +
+
+ + {{#each this.sessionTypes as |sessionType|}} +
+
+
-
- +
- - - - - {{t 'Copy'}} - - + + {{#if (gt this.sessionTypes.length 1)}} + + {{/if}} +
- - {{t 'Share this link to get private submission independently of open/closed Call for Speakers at any time. (the link will be active once the event is saved)'}} -
-
- -
-
- {{widgets/forms/radio-button this.value name='privacy' id='privacy_public' value='public' checked=this.data.speakersCall.privacy}} - -
-
-
-
- {{widgets/forms/radio-button this.value name='privacy' id='privacy_private' value='private' checked=this.data.speakersCall.privacy}} - -
-
+
+ {{/each}} +
+ +
+
+
+
+ + +
+
+ {{#if this.hasCallForSpeaker}} +

+ +
+ {{t 'Call for speakers'}} +
+

+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+ + + + + {{t 'Copy'}} + + +
+ + {{t 'Share this link to get private submission independently of open/closed Call for Speakers at any time. (the link will be active once the event is saved)'}} + +
+
+ +
+
+ {{widgets/forms/radio-button this.value name='privacy' id='privacy_public' value='public' checked=this.data.speakersCall.privacy}} +
- {{/if}} -
-

- -
- {{t 'Customize registration form'}} +
+
+
+ {{widgets/forms/radio-button this.value name='privacy' id='privacy_private' value='private' checked=this.data.speakersCall.privacy}} +
-

+
+
+ {{/if}} +
+

+ +
+ {{t 'Customize submission forms'}} +
+

-
-
- +
+
+ - + -
-
- +
+
+ - -
+
-
+
+
{{else}} -
+
{{/if}} {{!-- Hiding the Custom Widget Form, Until it is ready to be deployed for Development & Production. {{#each complexCustomForms as |form|}} @@ -270,11 +259,5 @@ - - \ No newline at end of file + \ No newline at end of file