forked from extern/egroupware
Exclude All or Select... options from select filters
This commit is contained in:
parent
e39fcab548
commit
6dde257d66
@ -148,6 +148,10 @@ class filter_widget extends customfields_widget
|
|||||||
$field['values'][$key] = $val;
|
$field['values'][$key] = $val;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We don't want the 'All' or 'Select...' if it's there
|
||||||
|
unset($field['values']['']);
|
||||||
|
|
||||||
$input =& boetemplate::empty_cell($field['type'],$lname,array(
|
$input =& boetemplate::empty_cell($field['type'],$lname,array(
|
||||||
'sel_options' => $field['values'],
|
'sel_options' => $field['values'],
|
||||||
'size' => $field['rows'],
|
'size' => $field['rows'],
|
||||||
|
Loading…
Reference in New Issue
Block a user