From cb5e205d6667cecfdea81a0d9a524f382255d917 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 6 Sep 2007 11:14:12 +0000 Subject: [PATCH] "added missing \"None\" label for contact-type" --- etemplate/inc/class.contact_widget.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/etemplate/inc/class.contact_widget.inc.php b/etemplate/inc/class.contact_widget.inc.php index 7c511bbe61..ef8937b7fe 100644 --- a/etemplate/inc/class.contact_widget.inc.php +++ b/etemplate/inc/class.contact_widget.inc.php @@ -90,6 +90,7 @@ class contact_widget } $cell['type'] = 'select'; $cell['no_lang'] = 1; + $cell['size'] = 'None'; break; case 'contact-account':