New group button

This commit is contained in:
anubis2814 2023-06-04 22:04:32 -04:00 committed by Hypolite Petovan
parent 141c55fe7f
commit a7cce4013c
5 changed files with 30 additions and 12 deletions

View file

@ -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')]
);
}