|
|
|
@ -24,6 +24,9 @@ |
|
|
|
</div> |
|
|
|
<div class="collapse" id="strategy_menu_popup_tts_greeting"> |
|
|
|
<div class="greeting-option-content"> |
|
|
|
{{#monsterText}} |
|
|
|
{{i18n.strategy.popup.greetingsHelp}} |
|
|
|
{{/monsterText}} |
|
|
|
<textarea placeholder="{{i18n.strategy.popup.ttsGreetingPlaceholder}}"> |
|
|
|
{{#compare greeting.media_source '===' 'tts'}}{{greeting.tts.text}}{{/compare}} |
|
|
|
</textarea> |
|
|
|
@ -43,6 +46,9 @@ |
|
|
|
</div> |
|
|
|
<div class="collapse" id="strategy_menu_popup_upload_greeting"> |
|
|
|
<div class="greeting-option-content"> |
|
|
|
{{#monsterText}} |
|
|
|
{{i18n.strategy.popup.greetingsHelp}} |
|
|
|
{{/monsterText}} |
|
|
|
<input type="file" class="upload-input" accept="audio/*"> |
|
|
|
<div class="greeting-option-actions clearfix"> |
|
|
|
<button class="update-greeting pull-right monster-button-mini monster-button-primary">{{i18n.update}}</button> |
|
|
|
|