summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b32c3dc)
raw | patch | inline | side by side (parent: b32c3dc)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Jun 2006 05:20:11 +0000 (05:20 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Jun 2006 05:20:11 +0000 (05:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3920 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_MultiSelectWindow.inc | patch | blob | history |
index a5bccb58913a406e6598f8c6659324e325318663..2423aaabbfdfb3904a8608c168313ab372345eaa 100644 (file)
if(count($this->parent->Available_SnapsShots($dn))){
$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.= "<input class='center' type='image' src='images/snapshot.png'