org settings: Reorder options in org settings -> message edit.

This commit is contained in:
Rishi Gupta 2019-02-07 09:55:35 -08:00 committed by Tim Abbott
parent c1a47012fd
commit abe67a3000
1 changed files with 6 additions and 6 deletions

View File

@ -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>