Code

Made headpage and filter private
[gosa.git] / gosa-core / include / class_tabs.inc
index 71499f098a10f31bc988f7300fba1fac91b74667..ef670569c718c287a0d01f0b195da816086f96fd 100644 (file)
@@ -37,6 +37,8 @@ class tabs
   var $acl_category; 
   var $multiple_support_active = FALSE;
 
+  var $parent = null; // A parent object if available, e.g. a management class.
+
   var $read_only = FALSE; // Used when the entry is opened as "readonly" due to locks.
   var $hide_refs = FALSE;
   var $hide_acls = FALSE;