Code

updated image
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 08:52:03 +0000 (08:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 08:52:03 +0000 (08:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11965 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/images/setup/user.png [new file with mode: 0644]
gosa-core/setup/class_setupStep.inc

diff --git a/gosa-core/html/images/setup/user.png b/gosa-core/html/images/setup/user.png
new file mode 100644 (file)
index 0000000..4a5332b
Binary files /dev/null and b/gosa-core/html/images/setup/user.png differ
index f4cd9ebc3d3ce9f33472a084a5d6f719e32279cd..69977840fbdce088ef9e31f5b03d687e7f2d76d1 100644 (file)
@@ -29,7 +29,7 @@ class setup_step extends plugin
   var $is_enabled   = false;
   var $is_completed = false;
 
-  var $header_image = "images/user.png";
+  var $header_image = "images/setup/user.png";
 
   var $attributes   = array();
   var $parent       = NULL;