- LSeepeople : Déclaration d'un emptyText pour la LSrelation

This commit is contained in:
Benjamin Renard 2008-10-08 15:36:20 +00:00
parent 95b3854e46
commit 8f82e4ded4

View file

@ -47,6 +47,7 @@ $GLOBALS['LSobjects']['LSeepeople'] = array (
'relations' => array(
'groups' => array(
'label' => _('Appartient aux groupes...'),
'emptyText' => _("N'appartient à aucun groupe."),
'LSobject' => 'LSeegroup',
'list_function' => 'listUserGroups',
'update_function' => 'updateUserGroups',