layout fix

This commit is contained in:
Roland Gruber 2013-04-01 12:00:09 +00:00
parent f70031f93d
commit 2c66f35de2
1 changed files with 1 additions and 1 deletions

View File

@ -1384,7 +1384,7 @@ class inetOrgPerson extends baseModule implements passwordService {
$uid = '';
if (isset($this->attributes['uid'][0])) $uid = $this->attributes['uid'][0];
$fieldContainer->addElement(new htmlTableExtendedInputField(_('User name'), 'userName', $uid, 'uid'), true);
$equalWidthElements[] = 'uid';
$equalWidthElements[] = 'userName';
}
$firstName = '';
if (isset($this->attributes['givenName'][0])) $firstName = $this->attributes['givenName'][0];