Fixing style errors.
This commit is contained in:
parent
526aeab9af
commit
8765e7648e
@ -38,9 +38,8 @@ if (! empty($extrafieldsobjectkey)) // $extrafieldsobject is the $object->table_
|
|||||||
$morecss='';
|
$morecss='';
|
||||||
if ($typeofextrafield == 'sellist') $morecss='maxwidth200';
|
if ($typeofextrafield == 'sellist') $morecss='maxwidth200';
|
||||||
$keyprefix=$search_options_pattern;
|
$keyprefix=$search_options_pattern;
|
||||||
if (substr($search_options_pattern, -8) === 'options_') $keyprefix = substr($search_options_pattern, 0,-8);
|
if (substr($search_options_pattern, -8) === 'options_') $keyprefix = substr($search_options_pattern, 0, -8);
|
||||||
echo $extrafields->showInputField($key, $search_array_options[$search_options_pattern.$tmpkey], '', '', $keyprefix, $morecss);
|
echo $extrafields->showInputField($key, $search_array_options[$search_options_pattern.$tmpkey], '', '', $keyprefix, $morecss);
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user