2020-09-04 07:24:14 -04:00
|
|
|
<label for={{name}}>{{title}}</label>
|
2020-02-07 04:34:58 -05:00
|
|
|
{{house-ads-chooser
|
|
|
|
settingValue=adValue
|
|
|
|
choices=adNames
|
|
|
|
onChange=(action (mut adValue))
|
|
|
|
}}
|
2020-09-04 07:24:14 -04:00
|
|
|
<div class="setting-controls">
|
2019-04-18 17:52:59 -04:00
|
|
|
{{#if changed}}
|
|
|
|
{{d-button class="ok" action=(action "save") icon="check"}}
|
|
|
|
{{d-button class="cancel" action=(action "cancel") icon="times"}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2023-01-04 07:34:08 -05:00
|
|
|
<p class="help">{{help}}</p>
|