From 4cda133e89474483c283e4a5e34ca87b4b3dd9a4 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 7 Aug 2013 17:51:10 -0700 Subject: 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:) --- view/tpl/group_edit.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl/group_edit.tpl') 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 @@ {{include file="field_input.tpl" field=$gname}} + {{include file="field_checkbox.tpl" field=$public}} {{if $drop}}{{$drop}}{{/if}}
-- cgit v1.2.3