2020-04-13 14:17:22 +02:00
|
|
|
<div class="admin-wizard-controls">
|
|
|
|
{{combo-box
|
|
|
|
value=wizardListVal
|
|
|
|
content=wizardList
|
2021-04-12 16:19:53 +02:00
|
|
|
onChange=(route-action "changeWizard")
|
2023-07-10 08:55:54 +02:00
|
|
|
options=(hash none="admin.wizard.select")
|
|
|
|
}}
|
2021-04-12 16:19:53 +02:00
|
|
|
|
2020-04-13 14:17:22 +02:00
|
|
|
{{d-button
|
2022-04-04 15:07:17 +02:00
|
|
|
action=(route-action "createWizard")
|
2020-04-13 14:17:22 +02:00
|
|
|
label="admin.wizard.create"
|
2023-07-10 08:55:54 +02:00
|
|
|
icon="plus"
|
|
|
|
}}
|
2020-04-13 14:17:22 +02:00
|
|
|
</div>
|
|
|
|
|
2023-07-10 08:55:54 +02:00
|
|
|
{{wizard-message key=messageKey url=messageUrl component="wizard"}}
|
2020-04-13 14:17:22 +02:00
|
|
|
|
|
|
|
<div class="admin-wizard-container settings">
|
|
|
|
{{outlet}}
|
2023-07-10 08:55:54 +02:00
|
|
|
</div>
|