From 91cbfcd7de416bf4e38eadbd06cc33265c917df7 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 10 Aug 2011 11:53:41 +0000 Subject: Add newlines between organization, department, jobtitle (#1488028) git-svn-id: https://svn.roundcube.net/trunk@5041 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/addressbook/edit.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roundcubemail/program/steps/addressbook/edit.inc') diff --git a/roundcubemail/program/steps/addressbook/edit.inc b/roundcubemail/program/steps/addressbook/edit.inc index 0ad977d1a..49915f5ab 100644 --- a/roundcubemail/program/steps/addressbook/edit.inc +++ b/roundcubemail/program/steps/addressbook/edit.inc @@ -95,9 +95,9 @@ function rcmail_contact_edithead($attrib) 'suffix' => array('size' => $i_size), 'name' => array('size' => 2*$i_size), 'nickname' => array('size' => 2*$i_size), - 'company' => array('size' => $i_size), - 'department' => array('size' => $i_size), - 'jobtitle' => array('size' => $i_size), + 'organization' => array('size' => 2*$i_size), + 'department' => array('size' => 2*$i_size), + 'jobtitle' => array('size' => 2*$i_size), ) ) ); -- cgit v1.2.3