From: hickert Date: Thu, 24 Jul 2008 08:52:03 +0000 (+0000) Subject: updated image X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=faf2054ddf6f170a099062beeb100faceffba766;p=gosa.git updated image git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11965 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/setup/user.png b/gosa-core/html/images/setup/user.png new file mode 100644 index 000000000..4a5332b5a Binary files /dev/null and b/gosa-core/html/images/setup/user.png differ diff --git a/gosa-core/setup/class_setupStep.inc b/gosa-core/setup/class_setupStep.inc index f4cd9ebc3..69977840f 100644 --- a/gosa-core/setup/class_setupStep.inc +++ b/gosa-core/setup/class_setupStep.inc @@ -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;