Bug #2428 ยป 2428.patch
components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php | ||
---|---|---|
$choices[] = moscomprofilerHTML::makeOption( '1', _UE_YES );
|
||
$choices[] = moscomprofilerHTML::makeOption( '0', _UE_NO );
|
||
$html = '<div class="cbSingleCntrl">' . $this->_fieldEditToHtml( $field, $user, $reason, 'input', 'select', $value, '', $choices ) . '</div>';
|
||
$html = $this->_fieldSearchModeHtml( $field, $user, $html, 'none', $list_compare_types );
|
||
$html = $this->_fieldSearchModeHtml( $field, $user, $html, 'singlechoice', $list_compare_types );
|
||
return $html;
|
||
} else {
|
||
$checked = '';
|