mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 04:42:55 +08:00
Fix autoclose form in category modal
This commit is contained in:
parent
5fd5b18c19
commit
79f1055164
|
@ -88,9 +88,14 @@
|
|||
</div>
|
||||
<div {{bindAttr class=":modal-tab :options-tab settingsSelected::invisible"}}>
|
||||
<section class='field'>
|
||||
<!-- Urgent @Neil , you missed this, get it working ASAP
|
||||
autoCloseForm autoCloseDays=auto_close_days labelKey="category.auto_close_label"
|
||||
-->
|
||||
<div class="auto-close-fields">
|
||||
<div>
|
||||
<i class="icon icon-time"></i>
|
||||
{{i18n category.auto_close_label}}
|
||||
{{textField value=auto_close_days}}
|
||||
{{i18n category.auto_close_units}}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class='field'>
|
||||
|
|
|
@ -984,6 +984,7 @@ en:
|
|||
already_used: 'This color has been used by another category'
|
||||
security: "Security"
|
||||
auto_close_label: "Auto-close topics after:"
|
||||
auto_close_units: "days"
|
||||
edit_permissions: "Edit Permissions"
|
||||
add_permission: "Add Permission"
|
||||
this_year: "this year"
|
||||
|
|
Loading…
Reference in New Issue
Block a user