diff options
author | friendica <info@friendica.com> | 2013-08-07 17:51:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-07 17:51:10 -0700 |
commit | 4cda133e89474483c283e4a5e34ca87b4b3dd9a4 (patch) | |
tree | 77d4772efe7316bfe2397d31edced15d99e71584 /view/tpl/group_edit.tpl | |
parent | 38d9cf4327fe108df3c269b187f5ef633c651a80 (diff) | |
download | volse-hubzilla-4cda133e89474483c283e4a5e34ca87b4b3dd9a4.tar.gz volse-hubzilla-4cda133e89474483c283e4a5e34ca87b4b3dd9a4.tar.bz2 volse-hubzilla-4cda133e89474483c283e4a5e34ca87b4b3dd9a4.zip |
Add public visibility setting to privacy groups (collections). This doesn't yet make them visible, but allows them to be visible (like a Cc: instead of a Bcc:)
Diffstat (limited to 'view/tpl/group_edit.tpl')
-rwxr-xr-x | view/tpl/group_edit.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/group_edit.tpl b/view/tpl/group_edit.tpl index e4fb987ac..eb658624c 100755 --- a/view/tpl/group_edit.tpl +++ b/view/tpl/group_edit.tpl @@ -6,6 +6,7 @@ <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> {{include file="field_input.tpl" field=$gname}} + {{include file="field_checkbox.tpl" field=$public}} {{if $drop}}{{$drop}}{{/if}} <div id="group-edit-submit-wrapper" > <input type="submit" name="submit" value="{{$submit}}" > |