mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
WIP allow to place custom-fields in tabs: need to explicit content attribute, as it no longer defaults to value of id attribute
fixed preferences of apps with a single tab only are broken / not shown, e.g. notifications or timesheet
This commit is contained in:
parent
a22ef1a268
commit
ddf3127140
@ -618,6 +618,7 @@ class preferences_settings
|
||||
$tpl->setElementAttribute('tabs', 'extraTabs', array(
|
||||
array(
|
||||
'id' => 'tab1',
|
||||
'content' => 'tab1',
|
||||
'template' => 'preferences.settings.tab1',
|
||||
'label' => 'general settings'
|
||||
)));
|
||||
|
Loading…
Reference in New Issue
Block a user