From: hickert Date: Thu, 24 Jul 2008 07:06:19 +0000 (+0000) Subject: Updated images X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f3685af66b6e1f1ffe388bd24af69af604c931c5;p=gosa.git Updated images git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11907 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/processor.png b/gosa-core/html/images/processor.png deleted file mode 100644 index b7dc9b4d1..000000000 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 index 63800057f..000000000 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 index 000000000..63800057f Binary files /dev/null and b/gosa-core/html/images/setup/ldap.png differ diff --git a/gosa-core/setup/class_setupStep_Ldap.inc b/gosa-core/setup/class_setupStep_Ldap.inc index a590a3bf0..006a1e83a 100644 --- a/gosa-core/setup/class_setupStep_Ldap.inc +++ b/gosa-core/setup/class_setupStep_Ldap.inc @@ -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() {