summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b11e763)
raw | patch | inline | side by side (parent: b11e763)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 12:55:24 +0000 (12:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 12:55:24 +0000 (12:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16453 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/generic/class_user.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc
index e2a5617b3eb5ef1b5b8ebe5e5ab72fed57496668..c8007d3bd7312d71b4a37527a0e7e015d6d4a34c 100644 (file)
}
$this->pwObject->display = TRUE;
$this->dialog= TRUE;
+ pathNavigator::registerPlugin(_("Password configuration"));
return ($this->pwObject->configure());
}
}
}
/* Display picture dialog */
if ($this->picture_dialog){
+ pathNavigator::registerPlugin(_("User picture"));
return($smarty->fetch (get_template_path('generic_picture.tpl', TRUE, dirname(__FILE__))));
}