mirror of
https://github.com/discourse/discourse.git
synced 2025-03-15 02:45:24 +08:00
Minor UX tweaks to group pages.
This commit is contained in:
parent
501d4ca564
commit
b3a88109a8
@ -6,7 +6,9 @@
|
|||||||
{{i18n 'admin.groups.manage.membership.automatic_membership_email_domains'}}
|
{{i18n 'admin.groups.manage.membership.automatic_membership_email_domains'}}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
{{list-setting name="automatic_membership" settingValue=model.emailDomains}}
|
{{list-setting name="automatic_membership"
|
||||||
|
settingValue=model.emailDomains
|
||||||
|
class="group-form-automatic-membership-automatic"}}
|
||||||
|
|
||||||
<label>
|
<label>
|
||||||
{{input type="checkbox"
|
{{input type="checkbox"
|
||||||
|
@ -26,6 +26,10 @@
|
|||||||
</label>
|
</label>
|
||||||
|
|
||||||
{{input value=model.title name="title" class="input-xxlarge"}}
|
{{input value=model.title name="title" class="input-xxlarge"}}
|
||||||
|
|
||||||
|
<div class="control-instructions">
|
||||||
|
{{i18n 'admin.groups.default_title_description'}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
.group-form-automatic-membership-automatic {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
@ -225,6 +225,11 @@ input {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control-instructions {
|
||||||
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||||
|
font-size: 0.875rem;
|
||||||
|
}
|
||||||
|
|
||||||
.control-group {
|
.control-group {
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
|
|
||||||
|
@ -2886,7 +2886,8 @@ en:
|
|||||||
add: "Add"
|
add: "Add"
|
||||||
custom: "Custom"
|
custom: "Custom"
|
||||||
automatic: "Automatic"
|
automatic: "Automatic"
|
||||||
default_title: "Default title for all users in this group"
|
default_title: "Default title"
|
||||||
|
default_title_description: "will be applied to all users in the group"
|
||||||
group_owners: Owners
|
group_owners: Owners
|
||||||
add_owners: Add owners
|
add_owners: Add owners
|
||||||
none_selected: "Select a group to get started"
|
none_selected: "Select a group to get started"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user