mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
WIP CF tabs: need to set addTabs explicit to not replace/remove the existing tabs as default is false
This commit is contained in:
parent
5352972e2a
commit
9322eb681e
@ -164,6 +164,7 @@ class Tabbox extends Etemplate\Widget
|
||||
if ($tabs)
|
||||
{
|
||||
self::$request->content = $content;
|
||||
self::setElementAttribute($this->id, 'addTabs', true);
|
||||
self::setElementAttribute($this->id, 'extraTabs', array_values($tabs));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user