mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
settings: Fix width of can-access-all-users-group widget container.
This commit moves dropdown widget for "can_access_all_users_group" setting inside ".organization-permissions-parent" element which makes it consistent with other settings and also reduces the width of its container which is important in further commits to show the tooltip about plan change on this setting correctly.
This commit is contained in:
@@ -294,14 +294,14 @@
|
||||
prefix="id_"
|
||||
is_checked=realm_enable_guest_user_indicator
|
||||
label=admin_settings_label.realm_enable_guest_user_indicator}}
|
||||
</div>
|
||||
|
||||
{{#if development}}
|
||||
{{> ../dropdown_widget_with_label
|
||||
widget_name="realm_can_access_all_users_group"
|
||||
label=(t 'Which users have access to all other users in the organization')
|
||||
value_type="number"}}
|
||||
{{/if}}
|
||||
{{#if development}}
|
||||
{{> ../dropdown_widget_with_label
|
||||
widget_name="realm_can_access_all_users_group"
|
||||
label=(t 'Which users have access to all other users in the organization')
|
||||
value_type="number"}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="org-other-permissions" class="settings-subsection-parent">
|
||||
|
||||
Reference in New Issue
Block a user