X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fadmin%2Fsystems%2Ftabs_component.inc;h=19bd483b559d28d451300db056478f7e0208afde;hb=88d7a7686efaf3d5585206cb5808ed83081a5f5b;hp=60facee5a7c6ea884f29804a158571db2f7f4958;hpb=16729d27cb0bf909b725064a19a7c9d46ba617d2;p=gosa.git diff --git a/plugins/admin/systems/tabs_component.inc b/plugins/admin/systems/tabs_component.inc index 60facee5a..19bd483b5 100644 --- a/plugins/admin/systems/tabs_component.inc +++ b/plugins/admin/systems/tabs_component.inc @@ -3,9 +3,12 @@ class componenttabs extends tabs { - function componenttabs($config, $data, $dn) + function componenttabs($config, $data, $dn,$category) { - tabs::tabs($config, $data, $dn); + tabs::tabs($config, $data, $dn,$category); + + /* Add references/acls/snapshots */ + $this->addSpecialTabs(); } function save_object($save_current= FALSE)