diff --git a/htdocs/user/card.php b/htdocs/user/card.php index 3015657252b..546104cc01e 100644 --- a/htdocs/user/card.php +++ b/htdocs/user/card.php @@ -833,7 +833,7 @@ if ($action == 'create' || $action == 'adduserldap') { print '
| '; + print ' | |||
| '; print $formcompany->select_civility(GETPOSTISSET("civility_code") ? GETPOST("civility_code", 'aZ09') : $object->civility_code, 'civility_code'); print ' | |||
| '; + print ' | |||
| '; if ($caneditfield && !$object->ldap_sid) { print $formcompany->select_civility(GETPOSTISSET("civility_code") ? GETPOST("civility_code", 'aZ09') : $object->civility_code, 'civility_code'); } elseif ($object->civility_code) { | |||