Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
23 Zeilen
Kein EOL
439 B
Handlebars
23 Zeilen
Kein EOL
439 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="createWizard"
|
|
label="admin.wizard.create"
|
|
icon="plus"}}
|
|
</div>
|
|
|
|
{{wizard-message
|
|
key=messageKey
|
|
url=messageUrl
|
|
component='wizard'}}
|
|
|
|
<div class="admin-wizard-container settings">
|
|
{{outlet}}
|
|
</div> |