From: cajus Date: Fri, 19 Aug 2005 09:19:11 +0000 (+0000) Subject: Added unset tabbed attribute X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=006f034ccff9570f5563c9c764902e48965fb2ed;p=gosa.git Added unset tabbed attribute git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1186 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/connectivity/class_proxyAccount.inc b/plugins/personal/connectivity/class_proxyAccount.inc index a097972dd..740e32be2 100644 --- a/plugins/personal/connectivity/class_proxyAccount.inc +++ b/plugins/personal/connectivity/class_proxyAccount.inc @@ -42,6 +42,8 @@ class proxyAccount extends plugin /* Show checkbox? */ if ($this->parent != NULL){ $smarty->assign("tabbed", "1"); + } else { + $smarty->assign("tabbed", "0"); } /* Assign radio boxes */