bug #369 - show contacts who are not in any groups
This commit is contained in:
parent
af68d033e3
commit
3c4e6d3461
5 changed files with 102 additions and 5 deletions
|
@ -212,6 +212,7 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
|
|||
'$title' => t('Groups'),
|
||||
'$edittext' => t('Edit group'),
|
||||
'$createtext' => t('Create a new group'),
|
||||
'$ungrouped' => (($every === 'contacts') ? t('Contacts not in any group') : ''),
|
||||
'$groups' => $groups,
|
||||
'$add' => t('add'),
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue