From: hickert Date: Wed, 26 Aug 2009 10:02:15 +0000 (+0000) Subject: Added abilitiy to edit accounts from person tabs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=80efee3502eaf08a4ba0a2e7bf029af0dfeb5630;p=gosa.git Added abilitiy to edit accounts from person tabs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14139 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_tabs.inc b/gosa-core/include/class_tabs.inc index f277f815b..71499f098 100644 --- a/gosa-core/include/class_tabs.inc +++ b/gosa-core/include/class_tabs.inc @@ -190,7 +190,10 @@ class tabs function gen_tabs($disabled = FALSE) { - $display= ""; + $display =""; + if(!$disabled){ + $display.= ""; + } $display.= ""; $index= 0; $style= array("tab_left", "tab_active", "tab_near_active", "tab_right");