summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2bf7eae)
raw | patch | inline | side by side (parent: 2bf7eae)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Oct 2008 11:48:58 +0000 (11:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Oct 2008 11:48:58 +0000 (11:48 +0000) |
-Updated ACL decription
-Fixed undefined index warnings.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12749 594d385d-05f5-0310-b6e9-bd551577e9d8
-Fixed undefined index warnings.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12749 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc | patch | blob | history | |
gosa-plugins/ldapmanager/addons/ldapmanager/class_ldif.inc | patch | blob | history |
diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc
index 1f2d38ccf9a3fba051805c8e5590f57e7e517f36..323a25fcd5d020cac6f609b3f8a68b94f78573f5 100644 (file)
/* Set government mode */
$smarty= get_smarty();
+ $smarty->assign ("govmode", $this->config->get_cfg_value("honourIvbbAttributes"));
+ $smarty->assign("LDIFError",FALSE);
+
$smarty->assign("type",FALSE);
$smarty->assign("depselectivbb","");
diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_ldif.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_ldif.inc
index 4d16ea5d7d108c295b17ce3b4c5f0b239b2b41a8..b86cef3ec5f5b1d318244149937c29ce30d4c629 100644 (file)
{
return (array(
"plShortName" => _("Ldap manager"),
- "plDescription" => "Dummy entry for menu creation functions, later",
+ "plDescription" => _("Ldap manger")." ("._("import")."/"._("export").")",
"plSelfModify" => FALSE,
"plDepends" => array(),
"plPriority" => 1,