Bug #19616 » fe_users_no_password.diff
typo3/sysext/cms/layout/class.tx_cms_layout.php (working copy) | ||
---|---|---|
$this->addElement_tdParams=array(
|
||
'username'=>' nowrap="nowrap"',
|
||
'password'=>' nowrap="nowrap"',
|
||
'usergroup'=>' nowrap="nowrap"',
|
||
'name'=>' nowrap="nowrap"',
|
||
'address'=>' nowrap="nowrap"',
|
||
... | ... | |
'email'=>' nowrap="nowrap"',
|
||
'telephone'=>' nowrap="nowrap"'
|
||
);
|
||
$fList = 'username,password,usergroup,name,email,telephone,address,zip,city';
|
||
$fList = 'username,usergroup,name,email,telephone,address,zip,city';
|
||
$out = $this->makeOrdinaryList('fe_users',$id, $fList, 1);
|
||
$this->addElement_tdParams=array();
|
||
return $out;
|