summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 27b1940)
raw | patch | inline | side by side (parent: 27b1940)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 06:48:36 +0000 (06:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 06:48:36 +0000 (06:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11898 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_faiPackage.inc | patch | blob | history | |
gosa-plugins/fai/html/images/removal_mark.png | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/fai/admin/fai/class_faiPackage.inc b/gosa-plugins/fai/admin/fai/class_faiPackage.inc
index 22c8a036327f14027259b7f153ddcd6d2b85d092..26948c589285a1b7d2b49adae1fd1649b1bcff7a 100644 (file)
/* Adapt used name if we're marked for removal */
$removal = "<img src='images/empty.png' alt=' ' class='center'>";
if (preg_match('/\-$/', $name)){
- $removal = "<img src='images/negate.png' alt='"._("Package marked for removal")."'
+ $removal = "<img src='plugins/fai/images/removal_mark.png' alt='"._("Package marked for removal")."'
title='"._("Package marked for removal")."' class='center'>";
}
if(!preg_match('/^freeze/', $this->FAIstate) && $this->acl_is_writeable("FAIpackage")){
$actions = "<input type='image' class='center' title='"._("Mark package for removal")."'
- src='images/negate.png' name='removal_package_".base64_encode($usedName)."' >";
+ src='plugins/fai/images/removal_mark.png' name='removal_package_".base64_encode($usedName)."' >";
}
if(!preg_match('/^freeze/', $this->FAIstate) && $this->acl_is_writeable("FAIdebconfInfo")){
$actions.= " <input type='image' class='center' title='"._("Configure this package")."'
diff --git a/gosa-plugins/fai/html/images/removal_mark.png b/gosa-plugins/fai/html/images/removal_mark.png
new file mode 100644 (file)
index 0000000..3240b29
Binary files /dev/null and b/gosa-plugins/fai/html/images/removal_mark.png differ
index 0000000..3240b29
Binary files /dev/null and b/gosa-plugins/fai/html/images/removal_mark.png differ