20 lines
598 B
Handlebars
20 lines
598 B
Handlebars
{{#d-modal-body class='change-ownership'}}
|
|
{{{i18n 'topic.change_owner.instructions' count=selectedPostsCount old_user=selectedPostsUsername}}}
|
|
|
|
<form>
|
|
<label></label>
|
|
{{user-selector single="true"
|
|
usernames=new_user
|
|
placeholderKey="topic.change_owner.placeholder"
|
|
autocomplete="discourse"}}
|
|
</form>
|
|
{{/d-modal-body}}
|
|
|
|
<div class="modal-footer">
|
|
{{d-button
|
|
class="btn-primary"
|
|
action=(action "changeOwnershipOfPosts")
|
|
disabled=buttonDisabled
|
|
label=(if saving "saving" "topic.change_owner.action")}}
|
|
</div>
|