Code

Updated ldapmanager
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 21 Oct 2008 11:48:58 +0000 (11:48 +0000)
committerhickert <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

gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc
gosa-plugins/ldapmanager/addons/ldapmanager/class_ldif.inc

index 1f2d38ccf9a3fba051805c8e5590f57e7e517f36..323a25fcd5d020cac6f609b3f8a68b94f78573f5 100644 (file)
@@ -32,6 +32,9 @@ class ldifexport extends plugin
     /* 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","");
 
index 4d16ea5d7d108c295b17ce3b4c5f0b239b2b41a8..b86cef3ec5f5b1d318244149937c29ce30d4c629 100644 (file)
@@ -33,7 +33,7 @@ class ldif extends plugin
   {
     return (array(
         "plShortName"   => _("Ldap manager"),
-        "plDescription" => "Dummy entry for menu creation functions, later",
+        "plDescription" => _("Ldap manger")."&nbsp;("._("import")."/"._("export").")",
         "plSelfModify"  => FALSE,
         "plDepends"     => array(),
         "plPriority"    => 1,