mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 15:29:17 +01:00
"added missing \"None\" label for contact-type"
This commit is contained in:
parent
a5dc5e8b0d
commit
59cf6042fa
@ -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':
|
||||||
|
Loading…
Reference in New Issue
Block a user