X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fclass_management.inc;h=98f02cee2fa00e1f020fc4958dc88d4833b15697;hb=53553834328f43ffd06c805c940b18738349ab94;hp=544051dd06b291e088e3f49a374b0a6346009824;hpb=e28042421add487735e2f8d0e1aa91c236525e8e;p=gosa.git diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 544051dd0..98f02cee2 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -60,6 +60,9 @@ class management // Whether to display the apply button or not protected $displayApplyBtn = FALSE; + // Whether to display a header or not. + protected $skipHeader = false; + // Whether to display a footer or not. protected $skipFooter = false; @@ -203,6 +206,8 @@ class management */ protected function getHeader() { + if($this->skipHeader) return(""); + if (get_object_info() != ""){ $display= print_header(get_template_path($this->plIcon),_($this->plDescription), "\"\"".