mirror of https://github.com/zulip/zulip.git
org settings: Reorder options in org settings -> message edit.
This commit is contained in:
parent
c1a47012fd
commit
abe67a3000
|
@ -33,6 +33,12 @@
|
|||
"is_checked" realm_allow_community_topic_editing
|
||||
"label" admin_settings_label.realm_allow_community_topic_editing}}
|
||||
|
||||
{{partial "settings_checkbox"
|
||||
"setting_name" "realm_allow_edit_history"
|
||||
"prefix" "id_"
|
||||
"is_checked" realm_allow_edit_history
|
||||
"label" admin_settings_label.realm_allow_edit_history}}
|
||||
|
||||
<div class="input-group">
|
||||
<label for="realm_msg_delete_limit_setting" class="dropdown-title">
|
||||
{{t "Allow message deleting" }}
|
||||
|
@ -54,12 +60,6 @@
|
|||
value="{{ realm_message_content_delete_limit_minutes }}"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{partial "settings_checkbox"
|
||||
"setting_name" "realm_allow_edit_history"
|
||||
"prefix" "id_"
|
||||
"is_checked" realm_allow_edit_history
|
||||
"label" admin_settings_label.realm_allow_edit_history}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue