Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
20 Zeilen
Kein EOL
441 B
Handlebars
20 Zeilen
Kein EOL
441 B
Handlebars
<div class="admin-wizard-controls">
|
|
{{combo-box
|
|
value=wizardListVal
|
|
content=wizardList
|
|
onChange=(route-action "changeWizard")
|
|
options=(hash none="admin.wizard.select")
|
|
}}
|
|
|
|
{{d-button
|
|
action=(route-action "createWizard")
|
|
label="admin.wizard.create"
|
|
icon="plus"
|
|
}}
|
|
</div>
|
|
|
|
{{wizard-message key=messageKey url=messageUrl component="wizard"}}
|
|
|
|
<div class="admin-wizard-container settings">
|
|
{{outlet}}
|
|
</div> |