From f3685af66b6e1f1ffe388bd24af69af604c931c5 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 24 Jul 2008 07:06:19 +0000 Subject: [PATCH] Updated images git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11907 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/images/processor.png | Bin 400 -> 0 bytes .../html/images/{proxy.png => setup/ldap.png} | Bin gosa-core/setup/class_setupStep_Ldap.inc | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 gosa-core/html/images/processor.png rename gosa-core/html/images/{proxy.png => setup/ldap.png} (100%) diff --git a/gosa-core/html/images/processor.png b/gosa-core/html/images/processor.png deleted file mode 100644 index b7dc9b4d1a7cb2365089dc64f26935eb58e9c585..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 400 zcmeAS@N?(olHy`uVBq!ia0vp^0w65F1|XsG(!Qze-Bh?9LoEF%)%=Em(l2V{~<|&pIDaNLT28qULriljT iMu{e7hQ>g4im7F4vQd)#mIvHGT@0SCelF{r5}E)^35-$z diff --git a/gosa-core/html/images/proxy.png b/gosa-core/html/images/setup/ldap.png similarity index 100% rename from gosa-core/html/images/proxy.png rename to gosa-core/html/images/setup/ldap.png 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() { -- 2.30.2