/
*/
echo ' ' . "\n";
// Drop button if there is at least two fields
if ($fields_cnt > 1) {
echo ' ' . "\n";
}
} else {
echo ' ' . "\n";
// Drop button if there is at least two fields
if ($fields_cnt > 1) {
echo ' ' . $strOr . ' ' . "\n"
. ' ' . "\n";
}
}
?>
|