mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Change timesheet list categories empty label to 'All categories' to match other apps
This commit is contained in:
parent
e764d36d0a
commit
437f6353d0
@ -891,7 +891,7 @@ class timesheet_ui extends timesheet_bo
|
||||
$sel_options = array(
|
||||
'ts_owner' => $read_grants,
|
||||
'pm_id' => array(lang('No project')),
|
||||
'cat_id' => array(array('value' => '', 'label' => lang('all')), array('value' => 0, 'label'=>lang('None'))),
|
||||
'cat_id' => array(array('value' => '', 'label' => lang('all categories')), array('value' => 0, 'label'=>lang('None'))),
|
||||
'ts_status' => $this->status_labels+array(lang('No status')),
|
||||
);
|
||||
if($this->config_data['history'])
|
||||
|
Loading…
Reference in New Issue
Block a user