summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f230ed7)
raw | patch | inline | side by side (parent: f230ed7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Nov 2005 13:14:51 +0000 (13:14 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Nov 2005 13:14:51 +0000 (13:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2130 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/connectivity/class_phpgwAccount.inc | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_phpgwAccount.inc b/plugins/personal/connectivity/class_phpgwAccount.inc
index 5d60d3c13b32be7392298ea8af1e70b5e675e0bb..e119980c928fec6bc7d7868f97abacbe1ff4bb7e 100644 (file)
if ($this->parent != NULL){
$smarty->assign("tabbed", 1);
+ }else{
+ $smarty->assign("tabbed", 0);
}
$smarty->assign('phpgwAccountACL', chkacl($this->acl, 'phpgwAccount'));