summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bc5990e)
raw | patch | inline | side by side (parent: bc5990e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Jun 2006 05:27:31 +0000 (05:27 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Jun 2006 05:27:31 +0000 (05:27 +0000) |
* replaced empty space by grayed icon
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3921 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3921 594d385d-05f5-0310-b6e9-bd551577e9d8
html/images/restore_grey.png | patch | blob | history | |
include/class_MultiSelectWindow.inc | patch | blob | history |
index b9aa02da70549450c67ace7e3e532928350073a3..d10adae3c037a8077e4cca1c16ad4008edb216a5 100755 (executable)
Binary files a/html/images/restore_grey.png and b/html/images/restore_grey.png differ
Binary files a/html/images/restore_grey.png and b/html/images/restore_grey.png differ
index 2423aaabbfdfb3904a8608c168313ab372345eaa..caf994ba6b247bd7d71a97d365f35657e1fc1d5c 100644 (file)
$str.= "<input class='center' type='image' src='images/restore.png'
alt='"._("Restore snapshot")."' name='RestoreSnapShotDialog_".base64_encode($dn)."' title='"._("Restore snapshot")."'> ";
} else {
- $str.= "<img src='images/empty.png' style='width:16px;' class='center'> ";
+ $str = "<img class='center' src='images/restore_grey.png'> ";
}
$str.= "<input class='center' type='image' src='images/snapshot.png'