From: hickert Date: Thu, 24 Jul 2008 08:47:09 +0000 (+0000) Subject: Upated iamges. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=533b52541505907af0a0d4937564c492b8c3741c;p=gosa.git Upated iamges. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11961 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/setup/system.png b/gosa-core/html/images/setup/system.png new file mode 100644 index 000000000..b1505729e Binary files /dev/null and b/gosa-core/html/images/setup/system.png differ diff --git a/gosa-core/html/images/sieve_add_new_bottom.png b/gosa-core/html/images/sieve_add_new_bottom.png deleted file mode 100644 index 5cbe3c37f..000000000 Binary files a/gosa-core/html/images/sieve_add_new_bottom.png and /dev/null differ diff --git a/gosa-core/html/images/sieve_add_new_top.png b/gosa-core/html/images/sieve_add_new_top.png deleted file mode 100644 index bbd14e5e7..000000000 Binary files a/gosa-core/html/images/sieve_add_new_top.png and /dev/null differ diff --git a/gosa-core/html/images/sieve_add_test.png b/gosa-core/html/images/sieve_add_test.png deleted file mode 100644 index ec67203ff..000000000 Binary files a/gosa-core/html/images/sieve_add_test.png and /dev/null differ diff --git a/gosa-core/html/images/sieve_del_object.png b/gosa-core/html/images/sieve_del_object.png deleted file mode 100644 index f5cb2b8b9..000000000 Binary files a/gosa-core/html/images/sieve_del_object.png and /dev/null differ diff --git a/gosa-core/html/images/sieve_move_object_down.png b/gosa-core/html/images/sieve_move_object_down.png deleted file mode 100644 index b6ad2153f..000000000 Binary files a/gosa-core/html/images/sieve_move_object_down.png and /dev/null differ diff --git a/gosa-core/html/images/sieve_move_object_up.png b/gosa-core/html/images/sieve_move_object_up.png deleted file mode 100644 index 4699e69b1..000000000 Binary files a/gosa-core/html/images/sieve_move_object_up.png and /dev/null differ diff --git a/gosa-core/html/images/smallenv.png b/gosa-core/html/images/smallenv.png deleted file mode 100644 index f4ef81c60..000000000 Binary files a/gosa-core/html/images/smallenv.png and /dev/null differ diff --git a/gosa-core/html/images/snd_hardware.png b/gosa-core/html/images/snd_hardware.png deleted file mode 100644 index e1c25e71e..000000000 Binary files a/gosa-core/html/images/snd_hardware.png and /dev/null differ diff --git a/gosa-core/html/images/system.png b/gosa-core/html/images/system.png deleted file mode 100644 index b1505729e..000000000 Binary files a/gosa-core/html/images/system.png and /dev/null differ diff --git a/gosa-core/setup/class_setupStep_Checks.inc b/gosa-core/setup/class_setupStep_Checks.inc index c405cbf14..9cdec0485 100644 --- a/gosa-core/setup/class_setupStep_Checks.inc +++ b/gosa-core/setup/class_setupStep_Checks.inc @@ -25,7 +25,7 @@ class Step_Checks extends setup_step var $basic_checks = array(); var $config_checks= array(); var $is_writeable = array(); - var $header_image = "images/system.png"; + var $header_image = "images/setup/system.png"; function Step_Checks() {