2018-01-31 05:31:29 +08:00
|
|
|
<div class="penalty-post-controls">
|
|
|
|
<label>
|
|
|
|
<div class="penalty-post-label">
|
2020-03-12 23:50:20 +08:00
|
|
|
{{html-safe (i18n "admin.user.penalty_post_actions")}}
|
2018-01-31 05:31:29 +08:00
|
|
|
</div>
|
|
|
|
</label>
|
2022-07-06 01:41:31 +08:00
|
|
|
<ComboBox
|
|
|
|
@value={{this.postAction}}
|
|
|
|
@content={{this.penaltyActions}}
|
2023-11-08 17:53:06 +08:00
|
|
|
@onChange={{this.penaltyChanged}}
|
2022-07-06 01:41:31 +08:00
|
|
|
/>
|
2018-01-31 05:31:29 +08:00
|
|
|
</div>
|
|
|
|
|
2022-07-06 01:41:31 +08:00
|
|
|
{{#if this.editing}}
|
2018-01-31 05:31:29 +08:00
|
|
|
<div class="penalty-post-edit">
|
2022-07-06 01:41:31 +08:00
|
|
|
<Textarea @value={{this.postEdit}} class="post-editor" />
|
2018-01-31 05:31:29 +08:00
|
|
|
</div>
|
|
|
|
{{/if}}
|