mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
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;
|
||||
}
|
||||
}
|
||||
|
||||
// We don't want the 'All' or 'Select...' if it's there
|
||||
unset($field['values']['']);
|
||||
|
||||
$input =& boetemplate::empty_cell($field['type'],$lname,array(
|
||||
'sel_options' => $field['values'],
|
||||
'size' => $field['rows'],
|
||||
|
Loading…
Reference in New Issue
Block a user