mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08: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:
parent
81a5977a6e
commit
d5d1540118
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user