|
17 | 17 |
|
18 | 18 | <div class="inline field {{if .Err_OrgVisibility}}error{{end}}">
|
19 | 19 | <span class="inline required field"><label for="visibility">{{.i18n.Tr "org.settings.visibility"}}</label></span>
|
20 |
| - <div class="ui radio checkbox"> |
21 |
| - <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="0" {{if .DefaultOrgVisibilityMode.IsPublic}}checked{{end}}/> |
22 |
| - <label>{{.i18n.Tr "org.settings.visibility.public"}}</label> |
23 |
| - </div> |
24 |
| - </div> |
25 |
| - <div class="inline field {{if .Err_OrgVisibility}}error{{end}}"> |
26 |
| - <label> </label> |
27 |
| - <div class="ui radio checkbox"> |
28 |
| - <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="1" {{if .DefaultOrgVisibilityMode.IsLimited}}checked{{end}}/> |
29 |
| - <label>{{.i18n.Tr "org.settings.visibility.limited"}}</label> |
30 |
| - </div> |
31 |
| - </div> |
32 |
| - <div class="inline field {{if .Err_OrgVisibility}}error{{end}}"> |
33 |
| - <label> </label> |
34 |
| - <div class="ui radio checkbox"> |
35 |
| - <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="2" {{if .DefaultOrgVisibilityMode.IsPrivate}}checked{{end}}/> |
36 |
| - <label>{{.i18n.Tr "org.settings.visibility.private"}}</label> |
| 20 | + <div class="inline-grouped-list"> |
| 21 | + <div class="ui radio checkbox"> |
| 22 | + <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="0" {{if .DefaultOrgVisibilityMode.IsPublic}}checked{{end}}/> |
| 23 | + <label>{{.i18n.Tr "org.settings.visibility.public"}}</label> |
| 24 | + </div> |
| 25 | + <div class="ui radio checkbox"> |
| 26 | + <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="1" {{if .DefaultOrgVisibilityMode.IsLimited}}checked{{end}}/> |
| 27 | + <label>{{.i18n.Tr "org.settings.visibility.limited"}}</label> |
| 28 | + </div> |
| 29 | + <div class="ui radio checkbox"> |
| 30 | + <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="2" {{if .DefaultOrgVisibilityMode.IsPrivate}}checked{{end}}/> |
| 31 | + <label>{{.i18n.Tr "org.settings.visibility.private"}}</label> |
| 32 | + </div> |
37 | 33 | </div>
|
38 | 34 | </div>
|
39 | 35 | <div class="inline field">
|
|
0 commit comments