= __("Additional search criteria"); ?>
|
|
getColumnProperties($i, $key);
$type[$i] = $properties['type'];
$collation[$i] = $properties['collation'];
$func[$i] = $properties['func'];
$value[$i] = $properties['value'];
} ?>
= (isset($type[$i]) ? htmlspecialchars($type[$i]) : ''); ?>
|
= (isset($collation[$i]) ? $collation[$i] : ''); ?>
|
= (isset($func[$i]) ? $func[$i] : ''); ?>
|
= (isset($value[$i]) ? $value[$i] : ''); ?>
|
value="= htmlspecialchars($_POST['criteriaColumnTypes'][$i]); ?>"
/>
|