2017-10-05 02:36:46 +02:00
|
|
|
{{combo-box value=action.type content=types}}
|
|
|
|
{{#if createTopic}}
|
|
|
|
<label>{{i18n "admin.wizard.action.create_topic.category"}}</label>
|
|
|
|
{{category-select-box value=action.category_id}}
|
|
|
|
<label>{{i18n "admin.wizard.action.create_topic.title"}}</label>
|
|
|
|
{{combo-box value=action.title content=stepFields nameProperty="label"}}
|
|
|
|
<label>{{i18n "admin.wizard.action.create_topic.post"}}</label>
|
|
|
|
{{combo-box value=action.post content=stepFields nameProperty="label"}}
|
2017-09-23 04:34:07 +02:00
|
|
|
{{/if}}
|
2017-10-05 02:36:46 +02:00
|
|
|
{{#if sendMessage}}
|
|
|
|
<label>{{i18n "admin.wizard.action.send_message.title"}}</label>
|
|
|
|
{{combo-box value=action.title content=stepFields nameProperty="label"}}
|
|
|
|
<label>{{i18n "admin.wizard.action.send_message.post"}}</label>
|
|
|
|
{{combo-box value=action.post content=stepFields nameProperty="label"}}
|
|
|
|
<label>{{i18n "admin.wizard.action.send_message.recipient"}}</label>
|
|
|
|
{{user-selector single="true"
|
|
|
|
includeMentionableGroups="true"
|
|
|
|
usernames=action.username
|
|
|
|
allowedUsers="true"}}
|
2017-09-23 04:34:07 +02:00
|
|
|
{{/if}}
|
2017-10-05 02:36:46 +02:00
|
|
|
{{#if updateProfile}}
|
|
|
|
<label>{{i18n "admin.wizard.action.source"}}</label>
|
|
|
|
{{combo-box value=action.source content=stepFields nameProperty="label"}}
|
|
|
|
<label>{{i18n "admin.wizard.action.profile_field"}}</label>
|
|
|
|
{{combo-box value=action.profile_field content=profileFields}}
|
2017-09-23 04:34:07 +02:00
|
|
|
{{/if}}
|