mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Move select options for type to top level so et2 can find them
This commit is contained in:
parent
f5ab004499
commit
0a33ad8eae
@ -309,7 +309,7 @@ class addressbook_ui extends addressbook_bo
|
||||
$content['nm']['header_right'] = 'addressbook.index.right_addplus';
|
||||
foreach($this->content_types as $tid => $data)
|
||||
{
|
||||
$sel_options['col_filter[tid]'][$tid] = $data['name'];
|
||||
$sel_options['tid'][$tid] = $data['name'];
|
||||
}
|
||||
}
|
||||
// get the availible org-views plus the label of the contacts view of one org
|
||||
|
Loading…
Reference in New Issue
Block a user