mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
"fixed not working activation of tab with different prefix"
This commit is contained in:
parent
394bae101f
commit
99a9132cd5
@ -85,8 +85,6 @@
|
||||
$labels = array_values($labels);
|
||||
}
|
||||
}
|
||||
$all_names = implode('|',$names);
|
||||
|
||||
$tab_widget = new etemplate('etemplate.tab_widget');
|
||||
$tab_widget->no_onclick = true;
|
||||
|
||||
@ -105,6 +103,8 @@
|
||||
$selected_tab = $name;
|
||||
}
|
||||
}
|
||||
$all_names = implode('|',$names);
|
||||
|
||||
if (empty($selected_tab))
|
||||
{
|
||||
$value = $selected_tab = $names[0];
|
||||
|
Loading…
Reference in New Issue
Block a user