mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
"added missing \"None\" label for contact-type"
This commit is contained in:
@ -90,6 +90,7 @@ class contact_widget
|
|||||||
}
|
}
|
||||||
$cell['type'] = 'select';
|
$cell['type'] = 'select';
|
||||||
$cell['no_lang'] = 1;
|
$cell['no_lang'] = 1;
|
||||||
|
$cell['size'] = 'None';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'contact-account':
|
case 'contact-account':
|
||||||
|
Reference in New Issue
Block a user