aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-06-28 23:17:50 -0700
committerzotlabs <mike@macgirvin.com>2018-06-28 23:17:50 -0700
commitc28e27357a1ce700b91021344050ec531bce3889 (patch)
tree6792c502f0e77a5065bb641a4d656e50f36d8a3f /Zotlabs/Widget
parentfa6e5e4d754fec3acee019ed1edaa68357f0c2d0 (diff)
downloadvolse-hubzilla-c28e27357a1ce700b91021344050ec531bce3889.tar.gz
volse-hubzilla-c28e27357a1ce700b91021344050ec531bce3889.tar.bz2
volse-hubzilla-c28e27357a1ce700b91021344050ec531bce3889.zip
add the missing link to manage privacy groups
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Activity_filter.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Activity_filter.php b/Zotlabs/Widget/Activity_filter.php
index fadf39144..2df9e518a 100644
--- a/Zotlabs/Widget/Activity_filter.php
+++ b/Zotlabs/Widget/Activity_filter.php
@@ -63,6 +63,14 @@ class Activity_filter {
'title' => sprintf(t('Show posts related to the %s privacy group'), $g['gname'])
];
}
+ $gsub[] = [
+ 'label' => t('Manage Privacy Groups'),
+ 'icon' => 'gear',
+ 'url' => z_root() . '/group',
+ 'sel' => '',
+ 'title' => t('Create and edit privacy groups and members')
+ ];
+
$tabs[] = [
'id' => 'privacy_groups',
'label' => t('Privacy Groups'),