trying to make image form controls optionally force image file types... not quite working yet

This commit is contained in:
Roy Johnson 2006-11-07 23:47:37 +00:00
parent 9791c99d3b
commit 0ad578ffb9
4 changed files with 23 additions and 1 deletions

View file

@ -160,6 +160,7 @@ sub formField {
$orderedValues->{$ov} = $values->{$ov};
}
$properties->{options} = $orderedValues;
$properties->{forceImageOnly} = $self->get("forceImageOnly");
my $default;
if ($skipDefault) {
} elsif (defined $self->session->form->process($properties->{name})) {