diff options
author | thomascube <thomas@roundcube.net> | 2011-08-10 11:53:41 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-08-10 11:53:41 +0000 |
commit | 31737295b829837e9399e7672ebc2725ddc83815 (patch) | |
tree | a75494b2a01a505a30174ea0f206dcb818e18ca6 /program/steps/addressbook/edit.inc | |
parent | f2ff370215957f58edb734f65e8c60bcef0f0f47 (diff) |
Add newlines between organization, department, jobtitle (#1488028)
Diffstat (limited to 'program/steps/addressbook/edit.inc')
-rw-r--r-- | program/steps/addressbook/edit.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/program/steps/addressbook/edit.inc b/program/steps/addressbook/edit.inc index 0ad977d1a..49915f5ab 100644 --- a/program/steps/addressbook/edit.inc +++ b/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), ) ) ); |