Code

Updated images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 07:06:19 +0000 (07:06 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 07:06:19 +0000 (07:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11907 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/images/processor.png [deleted file]
gosa-core/html/images/proxy.png [deleted file]
gosa-core/html/images/setup/ldap.png [new file with mode: 0644]
gosa-core/setup/class_setupStep_Ldap.inc

diff --git a/gosa-core/html/images/processor.png b/gosa-core/html/images/processor.png
deleted file mode 100644 (file)
index b7dc9b4..0000000
Binary files a/gosa-core/html/images/processor.png and /dev/null differ
diff --git a/gosa-core/html/images/proxy.png b/gosa-core/html/images/proxy.png
deleted file mode 100644 (file)
index 6380005..0000000
Binary files a/gosa-core/html/images/proxy.png and /dev/null differ
diff --git a/gosa-core/html/images/setup/ldap.png b/gosa-core/html/images/setup/ldap.png
new file mode 100644 (file)
index 0000000..6380005
Binary files /dev/null and b/gosa-core/html/images/setup/ldap.png differ
index a590a3bf07c503c8ab13a486784649a3f8675c92..006a1e83a454d1b69f34a4ff5bd4ea79b3d590c7 100644 (file)
@@ -40,7 +40,7 @@ class Step_Ldap extends setup_step
   var $rfc2307bis             = FALSE;
   var $attributes = array("connection","location","admin","password","base","admin_given","append_base_to_admin_dn","tls","rfc2307bis");
 
-  var $header_image= "images/proxy.png";
+  var $header_image= "images/setup/ldap.png";
 
   function Step_Ldap()
   {