';
$html .= '
| ';
$html .= '';
$html .= '';
$html .= '
| ';
$html .= '';
$html .= '';
$html .= '
| ';
$html .= '';
$html .= '
| ';
$html .= ' | ';
$html .= '';
$ftypes = $ajwpqsfapi->awpqsf_cmf_fields();
foreach($ftypes as $mv => $mk ){
$checked = ($check== $mv) ? 'checked="checked"' : '';
$html .= ' ';
}
$html .= '
| ';
$html .= ''.__("Remove","AjWPQSF").' |
';
}
if($type == 'meta'){
$values = $ajwpqsfapi->get_all_metavalue($metakey);
$html .= implode(" | ", $values);
}
echo $html;
exit;
?>