summaryrefslogtreecommitdiffstats
path: root/templates/org/create.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/org/create.tmpl')
-rw-r--r--templates/org/create.tmpl30
1 files changed, 13 insertions, 17 deletions
diff --git a/templates/org/create.tmpl b/templates/org/create.tmpl
index a64c415233..5b6080c227 100644
--- a/templates/org/create.tmpl
+++ b/templates/org/create.tmpl
@@ -17,23 +17,19 @@
<div class="inline field {{if .Err_OrgVisibility}}error{{end}}">
<span class="inline required field"><label for="visibility">{{.i18n.Tr "org.settings.visibility"}}</label></span>
- <div class="ui radio checkbox">
- <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="0" {{if .DefaultOrgVisibilityMode.IsPublic}}checked{{end}}/>
- <label>{{.i18n.Tr "org.settings.visibility.public"}}</label>
- </div>
- </div>
- <div class="inline field {{if .Err_OrgVisibility}}error{{end}}">
- <label>&nbsp;</label>
- <div class="ui radio checkbox">
- <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="1" {{if .DefaultOrgVisibilityMode.IsLimited}}checked{{end}}/>
- <label>{{.i18n.Tr "org.settings.visibility.limited"}}</label>
- </div>
- </div>
- <div class="inline field {{if .Err_OrgVisibility}}error{{end}}">
- <label>&nbsp;</label>
- <div class="ui radio checkbox">
- <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="2" {{if .DefaultOrgVisibilityMode.IsPrivate}}checked{{end}}/>
- <label>{{.i18n.Tr "org.settings.visibility.private"}}</label>
+ <div class="inline-grouped-list">
+ <div class="ui radio checkbox">
+ <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="0" {{if .DefaultOrgVisibilityMode.IsPublic}}checked{{end}}/>
+ <label>{{.i18n.Tr "org.settings.visibility.public"}}</label>
+ </div>
+ <div class="ui radio checkbox">
+ <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="1" {{if .DefaultOrgVisibilityMode.IsLimited}}checked{{end}}/>
+ <label>{{.i18n.Tr "org.settings.visibility.limited"}}</label>
+ </div>
+ <div class="ui radio checkbox">
+ <input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="2" {{if .DefaultOrgVisibilityMode.IsPrivate}}checked{{end}}/>
+ <label>{{.i18n.Tr "org.settings.visibility.private"}}</label>
+ </div>
</div>
</div>
<div class="inline field">