forked from extern/egroupware
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';
|
$content['nm']['header_right'] = 'addressbook.index.right_addplus';
|
||||||
foreach($this->content_types as $tid => $data)
|
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
|
// get the availible org-views plus the label of the contacts view of one org
|
||||||
|
Loading…
Reference in New Issue
Block a user