|
|
|
@ -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> </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> </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">
|
|
|
|
|