From: cajus Date: Tue, 2 Mar 2010 09:03:45 +0000 (+0000) Subject: Updated image generation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d303c10852c72fed25e3ba037f0159d331796401;p=gosa.git Updated image generation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15829 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/new.png b/gosa-core/html/images/new.png new file mode 100644 index 000000000..dff21d7c8 Binary files /dev/null and b/gosa-core/html/images/new.png differ diff --git a/gosa-core/update-gosa b/gosa-core/update-gosa index 6e5eece04..1a9a0f1d9 100755 --- a/gosa-core/update-gosa +++ b/gosa-core/update-gosa @@ -556,15 +556,15 @@ function rescan_images($path, $theme) // Grey image if it is not already one if (preg_match('/grey/', $indexPath)) { echo "!"; - $warnings[]= "Warning: skipped possible grey image $path"; + $warnings[]= "Warning: skipped possible *grey* image $path"; flush(); continue; } - // Grey image if it is not already one + // New image if it is not already one if (preg_match('/new/', $indexPath)) { echo "!"; - $warnings[]= "Warning: skipped possible grey image $path"; + $warnings[]= "Warning: skipped possible *new* image $path"; flush(); continue; }