From: anubis2814 <57196483+anubis2814@users.noreply.github.com> Date: Mon, 5 Jun 2023 02:04:32 +0000 (-0400) Subject: New group button X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a7cce4013c5040a6c22e7f960e9549b64115089a;p=friendica.git New group button --- diff --git a/src/Content/GroupManager.php b/src/Content/GroupManager.php index 9377ea32e9..36765359be 100644 --- a/src/Content/GroupManager.php +++ b/src/Content/GroupManager.php @@ -151,10 +151,12 @@ class GroupManager '$title' => DI::l10n()->t('Groups'), '$groups' => $entries, '$link_desc' => DI::l10n()->t('External link to group'), + '$New_group_page' => 'register/', '$total' => $total, '$visible_groups' => $visibleGroups, '$showless' => DI::l10n()->t('show less'), - '$showmore' => DI::l10n()->t('show more')] + '$showmore' => DI::l10n()->t('show more'), + '$create_new_group' => DI::l10n()->t('Create new group')] ); } diff --git a/view/templates/widget/group_list.tpl b/view/templates/widget/group_list.tpl index fd71a8e9dc..562900803d 100644 --- a/view/templates/widget/group_list.tpl +++ b/view/templates/widget/group_list.tpl @@ -16,9 +16,16 @@ function showHideGroupList() {