From 589761be9748ecc94c1e36fb03db58fcb11d093f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 3 May 2023 11:00:32 -0400 Subject: [PATCH] group filter --- public/language/en-GB/groups.json | 1 + src/views/partials/groups/filter-dropdown-left.tpl | 3 +++ src/views/partials/groups/filter-dropdown-right.tpl | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 src/views/partials/groups/filter-dropdown-left.tpl create mode 100644 src/views/partials/groups/filter-dropdown-right.tpl diff --git a/public/language/en-GB/groups.json b/public/language/en-GB/groups.json index 0ae14255f5..09b105abda 100644 --- a/public/language/en-GB/groups.json +++ b/public/language/en-GB/groups.json @@ -1,4 +1,5 @@ { + "all-groups": "All groups", "groups": "Groups", "members": "Members", "view_group": "View Group", diff --git a/src/views/partials/groups/filter-dropdown-left.tpl b/src/views/partials/groups/filter-dropdown-left.tpl new file mode 100644 index 0000000000..bdce5e51d9 --- /dev/null +++ b/src/views/partials/groups/filter-dropdown-left.tpl @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/views/partials/groups/filter-dropdown-right.tpl b/src/views/partials/groups/filter-dropdown-right.tpl new file mode 100644 index 0000000000..54754944c9 --- /dev/null +++ b/src/views/partials/groups/filter-dropdown-right.tpl @@ -0,0 +1,3 @@ + \ No newline at end of file