diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-01 20:59:28 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-01 20:59:28 +0200 |
commit | 56f0244360462d96e2737ca4407feb7909c170d8 (patch) | |
tree | 8ed7a2f245153105223eacd254c4a31d5f021009 /Zotlabs/Widget | |
parent | 60a7e68b1b39ad24ec3978724fd166539d08d679 (diff) | |
download | volse-hubzilla-56f0244360462d96e2737ca4407feb7909c170d8.tar.gz volse-hubzilla-56f0244360462d96e2737ca4407feb7909c170d8.tar.bz2 volse-hubzilla-56f0244360462d96e2737ca4407feb7909c170d8.zip |
fixes for css fix
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r-- | Zotlabs/Widget/Activity_filter.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Activity_filter.php b/Zotlabs/Widget/Activity_filter.php index 18207b37b..38e45ea29 100644 --- a/Zotlabs/Widget/Activity_filter.php +++ b/Zotlabs/Widget/Activity_filter.php @@ -111,6 +111,13 @@ class Activity_filter { if(x($_GET,'search')) { $filter_active = 'search'; + $tabs[] = [ + 'label' => t('Search'), + 'icon' => 'search', + 'url' => z_root() . '/' . $cmd . '/?f=&search=' . $_GET['search'], + 'sel' => 'active disabled', + 'title' => t('Panel search'), + ]; } $reset = []; |