1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/discourse/connectors/category-custom-settings/custom-wizard-category-settings.hbs

15 Zeilen
442 B
Handlebars

<h3>{{i18n "admin.wizard.category_settings.custom_wizard.title"}}</h3>
<section class="field new-topic-wizard">
<label for="new-topic-wizard">
{{i18n "admin.wizard.category_settings.custom_wizard.create_topic_wizard"}}
</label>
<div class="controls">
{{combo-box
value=wizardListVal
content=wizardList
onChange=(action "changeWizard")
options=(hash none="admin.wizard.select")
}}
</div>
</section>