2017-06-28 16:56:44 -04:00
|
|
|
<b>{{i18n 'admin.watched_words.form.label'}}</b>
|
2017-09-27 15:48:57 -04:00
|
|
|
{{text-field value=word disabled=formSubmitted class="watched-word-input" autocorrect="off" autocapitalize="off" placeholderKey=placeholderKey}}
|
2018-10-24 16:09:36 -04:00
|
|
|
{{d-button class="btn-default" action="submit" disabled=formSubmitted label="admin.watched_words.form.add"}}
|
2017-06-28 16:56:44 -04:00
|
|
|
|
2018-05-18 04:11:08 -04:00
|
|
|
{{#if showMessage}}
|
|
|
|
<span class="success-message">{{message}}</span>
|
2017-06-28 16:56:44 -04:00
|
|
|
{{/if}}
|