diff --git a/src/Content/GroupManager.php b/src/Content/GroupManager.php index 9377ea32e..36765359b 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 fd71a8e9d..562900803 100644 --- a/view/templates/widget/group_list.tpl +++ b/view/templates/widget/group_list.tpl @@ -16,9 +16,16 @@ function showHideGroupList() {

{{$title}}

+ + +