Project

General

Profile

Bug #19616 » fe_users_no_password.diff

Administrator Admin, 2008-11-15 18:50

View differences:

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;
(1-1/2)