2017-11-14 14:42:25 -05:00
|
|
|
{{#d-modal-body class='change-ownership'}}
|
2014-12-17 19:21:06 +01:00
|
|
|
{{{i18n 'topic.change_owner.instructions' count=selectedPostsCount old_user=selectedPostsUsername}}}
|
2014-03-27 18:28:14 -07:00
|
|
|
<p>
|
2014-12-08 16:35:49 -05:00
|
|
|
{{{i18n 'topic.change_owner.instructions_warn'}}}
|
2014-03-27 18:28:14 -07:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<form>
|
2017-04-11 20:42:54 +05:30
|
|
|
<label>{{i18n 'topic.change_owner.label'}}</label>
|
|
|
|
{{user-selector single="true"
|
|
|
|
usernames=new_user
|
|
|
|
placeholderKey="topic.change_owner.placeholder"
|
|
|
|
autocomplete="off"}}
|
2014-03-27 18:28:14 -07:00
|
|
|
</form>
|
2016-11-18 12:13:21 -05:00
|
|
|
{{/d-modal-body}}
|
2014-03-27 18:28:14 -07:00
|
|
|
|
|
|
|
<div class="modal-footer">
|
2016-05-06 16:04:38 -04:00
|
|
|
<button class='btn btn-primary' disabled={{buttonDisabled}} {{action "changeOwnershipOfPosts"}}>{{buttonTitle}}</button>
|
2014-03-27 18:28:14 -07:00
|
|
|
</div>
|