2017-10-06 04:59:02 +02:00
|
|
|
<div class="setting">
|
|
|
|
<div class="setting-label">
|
2017-10-17 09:18:53 +02:00
|
|
|
<h3>{{i18n "admin.wizard.id"}}</h3>
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
2017-10-17 15:17:53 +02:00
|
|
|
{{input value=action.id placeholderKey='admin.wizard.id_placeholder' disabled=disableId}}
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="setting">
|
|
|
|
<div class="setting-label">
|
2017-10-13 15:02:34 +02:00
|
|
|
<h3>{{i18n "admin.wizard.type"}}</h3>
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
|
|
|
{{combo-box value=action.type content=types}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2017-10-05 02:36:46 +02:00
|
|
|
{{#if createTopic}}
|
2017-10-06 04:59:02 +02:00
|
|
|
<div class="setting">
|
|
|
|
<div class="setting-label">
|
|
|
|
<h3>{{i18n "admin.wizard.action.create_topic.category"}}</h3>
|
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
2017-11-30 03:55:15 +01:00
|
|
|
{{category-chooser value=action.category_id isDisabled=action.custom_category_enabled}}
|
|
|
|
<div class="setting-gutter">
|
|
|
|
{{input type='checkbox' checked=action.custom_category_enabled}}
|
|
|
|
<span>{{i18n 'admin.wizard.action.custom_category.label'}}</span>
|
|
|
|
{{#if action.custom_category_enabled}}
|
|
|
|
<div class="custom-category">
|
|
|
|
<div>
|
|
|
|
{{input type='checkbox' checked=action.custom_category_wizard_field}}
|
|
|
|
<span>{{i18n 'admin.wizard.action.custom_category.wizard_field'}}</span>
|
|
|
|
{{#if action.custom_category_wizard_field}}
|
|
|
|
{{combo-box value=action.category_id
|
|
|
|
content=availableFields
|
|
|
|
nameProperty="label"
|
|
|
|
none='admin.wizard.select_field'}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
{{input type='checkbox' checked=action.custom_category_user_field}}
|
|
|
|
<span>{{i18n 'admin.wizard.action.custom_category.user_field'}}</span>
|
|
|
|
{{#if action.custom_category_user_field}}
|
|
|
|
{{input value=action.custom_category_user_field_key}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="setting">
|
|
|
|
<div class="setting-label">
|
2017-10-17 09:18:53 +02:00
|
|
|
<h3>{{i18n "admin.wizard.action.title"}}</h3>
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
2017-11-30 03:55:15 +01:00
|
|
|
{{combo-box value=action.title
|
|
|
|
content=availableFields
|
|
|
|
nameProperty="label"
|
|
|
|
none='admin.wizard.select_field'
|
|
|
|
isDisabled=action.custom_title_enabled}}
|
|
|
|
<div class="setting-gutter">
|
|
|
|
{{input type='checkbox' checked=action.custom_title_enabled}}
|
|
|
|
<span>{{i18n 'admin.wizard.action.custom_title'}}</span>
|
|
|
|
{{#if action.custom_title_enabled}}
|
|
|
|
{{input value=action.custom_title}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="setting">
|
|
|
|
<div class="setting-label">
|
2017-10-17 09:18:53 +02:00
|
|
|
<h3>{{i18n "admin.wizard.action.post"}}</h3>
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
2017-11-24 05:32:15 +01:00
|
|
|
{{combo-box value=action.post content=availableFields
|
|
|
|
nameProperty='label'
|
|
|
|
none='admin.wizard.select_field'
|
|
|
|
isDisabled=action.post_builder}}
|
2017-11-30 03:55:15 +01:00
|
|
|
<div class="setting-gutter">
|
2017-11-24 05:32:15 +01:00
|
|
|
{{input type='checkbox' checked=action.post_builder}}
|
|
|
|
<span>{{i18n 'admin.wizard.action.post_builder.checkbox'}}</span>
|
|
|
|
</div>
|
2017-10-17 09:18:53 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2017-11-24 05:32:15 +01:00
|
|
|
{{#if action.post_builder}}
|
|
|
|
<div class="setting full">
|
|
|
|
<div class="setting-label">
|
|
|
|
<h3>{{i18n 'admin.wizard.action.post_builder.label'}}</h3>
|
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
|
|
|
<label>{{i18n 'admin.wizard.action.post_builder.user_fields'}}{{builderUserFields}}</label>
|
|
|
|
<label>{{i18n 'admin.wizard.action.post_builder.wizard_fields'}}{{builderWizardFields}}</label>
|
2017-11-24 07:03:39 +01:00
|
|
|
{{d-editor value=action.post_template
|
2017-11-24 05:32:15 +01:00
|
|
|
placeholder='admin.wizard.action.post_builder.placeholder'
|
|
|
|
classNames='post-builder-editor'}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
|
2018-09-18 03:56:42 +02:00
|
|
|
<div class="setting">
|
|
|
|
<div class="setting-label">
|
|
|
|
<h3>{{i18n "admin.wizard.action.skip_redirect.label"}}</h3>
|
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
|
|
|
{{input type='checkbox' checked=action.skip_redirect}}
|
|
|
|
<span>{{i18n 'admin.wizard.action.skip_redirect.description' type='topic'}}</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2017-10-17 15:17:53 +02:00
|
|
|
<div class="setting full">
|
2017-11-24 05:32:15 +01:00
|
|
|
<label>{{i18n 'admin.wizard.action.add_fields' type='Topic'}}</label>
|
2018-05-24 07:34:58 +02:00
|
|
|
{{wizard-custom-inputs inputs=action.add_fields
|
|
|
|
valueContent=availableFields
|
|
|
|
inputKey='admin.wizard.action.topic_attr'
|
|
|
|
noneValue='admin.wizard.select_field'
|
|
|
|
allowCustomField=true}}
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
2017-09-23 04:34:07 +02:00
|
|
|
{{/if}}
|
2017-10-06 04:59:02 +02:00
|
|
|
|
2017-10-05 02:36:46 +02:00
|
|
|
{{#if sendMessage}}
|
2017-10-06 04:59:02 +02:00
|
|
|
<div class="setting">
|
|
|
|
<div class="setting-label">
|
2017-10-17 09:18:53 +02:00
|
|
|
<h3>{{i18n "admin.wizard.action.title"}}</h3>
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
2017-10-30 07:24:51 +01:00
|
|
|
{{combo-box value=action.title content=availableFields nameProperty='label' none='admin.wizard.select_field'}}
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-10-17 09:18:53 +02:00
|
|
|
|
2017-10-06 04:59:02 +02:00
|
|
|
<div class="setting">
|
|
|
|
<div class="setting-label">
|
2017-10-17 09:18:53 +02:00
|
|
|
<h3>{{i18n "admin.wizard.action.post"}}</h3>
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
2017-11-24 05:32:15 +01:00
|
|
|
{{combo-box value=action.post content=availableFields
|
|
|
|
nameProperty='label'
|
|
|
|
none='admin.wizard.select_field'
|
|
|
|
isDisabled=action.post_builder}}
|
|
|
|
<div>
|
|
|
|
{{input type='checkbox' checked=action.post_builder}}
|
|
|
|
<span>{{i18n 'admin.wizard.action.post_builder.checkbox'}}</span>
|
|
|
|
</div>
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-10-17 09:18:53 +02:00
|
|
|
|
2017-11-24 05:32:15 +01:00
|
|
|
{{#if action.post_builder}}
|
|
|
|
<div class="setting full">
|
|
|
|
<div class="setting-label">
|
|
|
|
<h3>{{i18n 'admin.wizard.action.post_builder.label'}}</h3>
|
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
|
|
|
<label>{{i18n 'admin.wizard.action.post_builder.user_fields'}}{{builderUserFields}}</label>
|
|
|
|
<label>{{i18n 'admin.wizard.action.post_builder.wizard_fields'}}{{builderWizardFields}}</label>
|
2017-11-24 07:03:39 +01:00
|
|
|
{{d-editor value=action.post_template
|
2017-11-24 05:32:15 +01:00
|
|
|
placeholder='admin.wizard.action.post_builder.placeholder'
|
|
|
|
classNames='post-builder-editor'}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
|
2017-10-06 04:59:02 +02:00
|
|
|
<div class="setting">
|
|
|
|
<div class="setting-label">
|
|
|
|
<h3>{{i18n "admin.wizard.action.send_message.recipient"}}</h3>
|
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
|
|
|
{{user-selector single="true"
|
|
|
|
includeMentionableGroups="true"
|
|
|
|
usernames=action.username
|
|
|
|
allowedUsers="true"}}
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-10-22 05:37:58 +02:00
|
|
|
|
2018-09-18 03:56:42 +02:00
|
|
|
<div class="setting">
|
|
|
|
<div class="setting-label">
|
|
|
|
<h3>{{i18n "admin.wizard.action.skip_redirect.label"}}</h3>
|
|
|
|
</div>
|
|
|
|
<div class="setting-value">
|
|
|
|
{{input type='checkbox' checked=action.skip_redirect}}
|
|
|
|
<span>{{i18n 'admin.wizard.action.skip_redirect.description' type='message'}}</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2017-10-22 05:37:58 +02:00
|
|
|
<div class="setting full">
|
|
|
|
<label>{{i18n "admin.wizard.action.add_fields" type='Message'}}</label>
|
2018-05-24 07:34:58 +02:00
|
|
|
{{wizard-custom-inputs inputs=action.add_fields
|
|
|
|
keyContent=availableFields
|
|
|
|
valuePlaceholder='admin.wizard.action.topic_attr'}}
|
2017-10-22 05:37:58 +02:00
|
|
|
</div>
|
2017-09-23 04:34:07 +02:00
|
|
|
{{/if}}
|
2017-10-06 04:59:02 +02:00
|
|
|
|
2017-10-05 02:36:46 +02:00
|
|
|
{{#if updateProfile}}
|
2017-10-17 09:18:53 +02:00
|
|
|
<div class="setting full">
|
2017-10-22 05:37:58 +02:00
|
|
|
<label>{{i18n "admin.wizard.action.add_fields" type='Profile'}}</label>
|
2018-05-24 07:34:58 +02:00
|
|
|
{{wizard-custom-inputs inputs=action.profile_updates
|
|
|
|
valueContent=profileFields
|
|
|
|
keyContent=availableFields
|
|
|
|
noneValue='admin.wizard.action.update_profile.profile_field'
|
|
|
|
allowCustomField=true
|
|
|
|
allowUserField=true}}
|
2017-10-06 04:59:02 +02:00
|
|
|
</div>
|
2017-09-23 04:34:07 +02:00
|
|
|
{{/if}}
|