mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 08:51:11 +08:00
19 lines
648 B
Handlebars
19 lines
648 B
Handlebars
{{#d-modal-body class='change-ownership'}}
|
|
{{{i18n 'topic.change_owner.instructions' count=selectedPostsCount old_user=selectedPostsUsername}}}
|
|
<p>
|
|
{{{i18n 'topic.change_owner.instructions_warn'}}}
|
|
</p>
|
|
|
|
<form>
|
|
<label>{{i18n 'topic.change_owner.label'}}</label>
|
|
{{user-selector single="true"
|
|
usernames=new_user
|
|
placeholderKey="topic.change_owner.placeholder"
|
|
autocomplete="off"}}
|
|
</form>
|
|
{{/d-modal-body}}
|
|
|
|
<div class="modal-footer">
|
|
<button class='btn btn-primary' disabled={{buttonDisabled}} {{action "changeOwnershipOfPosts"}}>{{buttonTitle}}</button>
|
|
</div>
|