fixed #10141: Matrix 2.0 - Search does not check matching products

This commit is contained in:
Yung Han Khoe 2009-04-11 17:31:33 +00:00
parent 46e73ed59f
commit bb330fd30c
2 changed files with 2 additions and 1 deletions

View file

@ -1302,7 +1302,7 @@ sub www_search {
$options{'blank'} = 'blank';
$attribute->{options} = \%options;
$attribute->{value} = 'blank';
$attribute->{extras} = "style='width:120px'";
$attribute->{extras} .= " style='width:120px'";
}
$attribute->{form} = WebGUI::Form::DynamicField->new($self->session,%{$attribute})->toHtml;
push(@attribute_loop,$attribute);