displayed by default.
';
} else {
$this_value = '';
$disabled = '';
$lafs_default = '';
}
$this_div_class = 'lafs_options_box_fs_control';
if($i == count($la_options_fs)) {
$this_div_class = 'lafs_options_box_fs_control';
}
$html = '';
$html .= '
';
$this_input_class = 'la_options_box_option_sub_box_cb';
if($value['field_type'] == 'text') {
$this_input_class = '';
}
$html .= '
';
$html .= '
';
$html .= $lafs_default.'
';
$html .= '
';
echo $html;
$i++;
}
?>