summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fc98aed)
raw | patch | inline | side by side (parent: fc98aed)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Mar 2010 09:03:45 +0000 (09:03 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Mar 2010 09:03:45 +0000 (09:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15829 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/images/new.png | [new file with mode: 0644] | patch | blob |
gosa-core/update-gosa | patch | blob | history |
diff --git a/gosa-core/html/images/new.png b/gosa-core/html/images/new.png
new file mode 100644 (file)
index 0000000..dff21d7
Binary files /dev/null and b/gosa-core/html/images/new.png differ
index 0000000..dff21d7
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 6e5eece048256789a46f1e40a9ea5f6b78026f9c..1a9a0f1d9e4069e2cd96afa988fdce20d5a4c270 100755 (executable)
--- a/gosa-core/update-gosa
+++ b/gosa-core/update-gosa
// 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;
}