Index: t3lib/class.t3lib_befunc.php =================================================================== --- t3lib/class.t3lib_befunc.php (revision 4410) +++ t3lib/class.t3lib_befunc.php (working copy) @@ -2631,7 +2631,7 @@ if (!$script) {basename(PATH_thisScript);} $onClick = 'jumpToUrl(\''.$script.'?'.$mainParams.$addparams.'&'.$elementName.'=\'+(this.checked?1:0),this);'; - return ''; + return ''; } /** Index: t3lib/class.t3lib_tceforms.php =================================================================== --- t3lib/class.t3lib_tceforms.php (revision 4410) +++ t3lib/class.t3lib_tceforms.php (working copy) @@ -1111,7 +1111,7 @@ $checkSetValue = gmdate('Y'); } $cOnClick = 'typo3form.fieldGet('.$paramsList.',1,\''.$checkSetValue.'\');'.implode('',$PA['fieldChangeFunc']); - $item.='insertDefStyle('check').' name="'.$PA['itemFormElName'].'_cb" onclick="'.htmlspecialchars($cOnClick).'" />'; + $item.=''; } if ((in_array('date',$evalList) || in_array('datetime',$evalList)) && $PA['itemFormElValue']>0){ // Add server timezone offset to UTC to our stored date Index: typo3/sysext/beuser/mod/index.php =================================================================== --- typo3/sysext/beuser/mod/index.php (revision 4410) +++ typo3/sysext/beuser/mod/index.php (working copy) @@ -1317,7 +1317,7 @@ } else { $menu=array(); foreach ($options as $kk => $vv) { - $menu[]=' '; + $menu[]=' '; } $outCode = 'Group by:
'.implode('
',$menu); $content = $this->doc->section('Group and Compare Users',$outCode,0,1); Index: typo3/sysext/t3skin/stylesheets/stylesheet_post.css =================================================================== --- typo3/sysext/t3skin/stylesheets/stylesheet_post.css (revision 4468) +++ typo3/sysext/t3skin/stylesheets/stylesheet_post.css (working copy) @@ -94,12 +94,21 @@ } .checkbox, +.radio, .checkbox:hover { width: 13px; height: 13px; overflow: hidden; + vertical-align: middle; + margin-right: 5px; } +.alignToInputText { + vertical-align: top; + margin-top: 5px; + margin-right: 2px; +} + label { vertical-align: middle; }