mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
17 lines
573 B
Handlebars
17 lines
573 B
Handlebars
<div class="modal-body">
|
|
{{{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>
|
|
{{userSelector single=true usernames=new_user include_groups="false" placeholderKey="topic.change_owner.placeholder"}}
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button class='btn btn-primary' {{bind-attr disabled="buttonDisabled"}} {{action changeOwnershipOfPosts}}>{{buttonTitle}}</button>
|
|
</div>
|