summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ffac803)
raw | patch | inline | side by side (parent: ffac803)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Apr 2008 12:04:16 +0000 (12:04 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Apr 2008 12:04:16 +0000 (12:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10417 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/images/list_back_gray.png | [deleted file] | patch | blob | history |
gosa-core/html/images/list_home_gray.png | [deleted file] | patch | blob | history |
gosa-core/html/images/list_root_gray.png | [deleted file] | patch | blob | history |
gosa-core/html/images/restore.png | [deleted file] | patch | blob | history |
gosa-core/html/images/restore_deleted.png | [deleted file] | patch | blob | history |
gosa-core/html/images/restore_grey.png | [deleted file] | patch | blob | history |
gosa-core/include/class_MultiSelectWindow.inc | patch | blob | history | |
gosa-core/include/class_SnapShotDialog.inc | patch | blob | history |
diff --git a/gosa-core/html/images/list_back_gray.png b/gosa-core/html/images/list_back_gray.png
deleted file mode 100644 (file)
index df2e987..0000000
Binary files a/gosa-core/html/images/list_back_gray.png and /dev/null differ
index df2e987..0000000
Binary files a/gosa-core/html/images/list_back_gray.png and /dev/null differ
diff --git a/gosa-core/html/images/list_home_gray.png b/gosa-core/html/images/list_home_gray.png
deleted file mode 100644 (file)
index 9fb42ff..0000000
Binary files a/gosa-core/html/images/list_home_gray.png and /dev/null differ
index 9fb42ff..0000000
Binary files a/gosa-core/html/images/list_home_gray.png and /dev/null differ
diff --git a/gosa-core/html/images/list_root_gray.png b/gosa-core/html/images/list_root_gray.png
deleted file mode 100644 (file)
index 9dffb4e..0000000
Binary files a/gosa-core/html/images/list_root_gray.png and /dev/null differ
index 9dffb4e..0000000
Binary files a/gosa-core/html/images/list_root_gray.png and /dev/null differ
diff --git a/gosa-core/html/images/restore.png b/gosa-core/html/images/restore.png
deleted file mode 100644 (file)
index 037c2da..0000000
Binary files a/gosa-core/html/images/restore.png and /dev/null differ
index 037c2da..0000000
Binary files a/gosa-core/html/images/restore.png and /dev/null differ
diff --git a/gosa-core/html/images/restore_deleted.png b/gosa-core/html/images/restore_deleted.png
deleted file mode 100644 (file)
index 32baf9c..0000000
Binary files a/gosa-core/html/images/restore_deleted.png and /dev/null differ
index 32baf9c..0000000
Binary files a/gosa-core/html/images/restore_deleted.png and /dev/null differ
diff --git a/gosa-core/html/images/restore_grey.png b/gosa-core/html/images/restore_grey.png
deleted file mode 100644 (file)
index d10adae..0000000
Binary files a/gosa-core/html/images/restore_grey.png and /dev/null differ
index d10adae..0000000
Binary files a/gosa-core/html/images/restore_grey.png and /dev/null differ
diff --git a/gosa-core/include/class_MultiSelectWindow.inc b/gosa-core/include/class_MultiSelectWindow.inc
index cc8b4c56567b366e729c06c27fbb14bb3c938cc5..3a970c19f66c01802b850c2dd6fbe37a17ce0bde 100644 (file)
$listhead .= " <input class='center' type='image' src='images/lists/root.png' align='middle'
title='"._("Go to root department")."' name='dep_root' alt='"._("Root")."'> ";
}else{
- $listhead .= " <img src='images/list_root_gray.png' class='center' alt='"._("Root")."'> ";
+ $listhead .= " <img src='images/lists/root_grey.png' class='center' alt='"._("Root")."'> ";
}
/* Draw back button */
$listhead .= " <input class='center' type='image' align='middle' src='images/lists/back.png'
title='"._("Go up one department")."' alt='"._("Up")."' name='dep_back'> ";
}else{
- $listhead .= " <img src='images/list_back_gray.png' class='center' alt='"._("Up")."'> ";
+ $listhead .= " <img src='images/lists/back_grey.png' class='center' alt='"._("Up")."'> ";
}
/* Draw home button */
$listhead .= " <input class='center' type='image' align='middle' src='images/lists/home.png'
title='"._("Go to users department")."' alt='"._("Home")."' name='dep_home'> ";
}else{
- $listhead .= " <img src='images/list_home_gray.png' class='center' alt='"._("Home")."'> ";
+ $listhead .= " <img src='images/lists/home_grey.png' class='center' alt='"._("Home")."'> ";
}
/* And at least draw reload button, this button is enabled everytime */
}
if($ok){
if($layer_menu){
- $str = "..|<img class='center' src='images/restore.png' alt='"._("Restore")."'> "._("Restore")."|RestoreDeletedSnapShot|\n";
+ $str = "..|<img class='center' src='images/lists/restore.png' alt='"._("Restore")."'> "._("Restore")."|RestoreDeletedSnapShot|\n";
}else{
- $str = "<input class='center' type='image' align='middle' src='images/restore.png'
+ $str = "<input class='center' type='image' align='middle' src='images/lists/restore.png'
title='"._("Restore snapshopts of already deleted objects")."'
alt='"._("Restore")."' name='RestoreDeletedSnapShot'> ";
}
}else{
if($layer_menu){
- $str = "..|<img class='center' src='images/restore_grey.png' alt=''> "._("Restore")."||\n";
+ $str = "..|<img class='center' src='images/lists/restore_grey.png' alt=''> "._("Restore")."||\n";
}else{
- $str = "<img class='center' src='images/restore_grey.png' alt=''> ";
+ $str = "<img class='center' src='images/lists/restore_grey.png' alt=''> ";
}
}
# $str .= "<img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> ";
if($this->parent->snapshotEnabled()){
if(count($this->parent->Available_SnapsShots($dn))){
- $str.= "<input class='center' type='image' src='images/restore.png'
+ $str.= "<input class='center' type='image' src='images/lists/restore.png'
alt='"._("Restore snapshot")."' name='RestoreSnapShotDialog_".base64_encode($dn)."' title='"._("Restore snapshot")."'> ";
} else {
- $str = "<img class='center' src='images/restore_grey.png' alt=''> ";
+ $str = "<img class='center' src='images/lists/restore_grey.png' alt=''> ";
}
$str.= "<input class='center' type='image' src='images/snapshot.png'
diff --git a/gosa-core/include/class_SnapShotDialog.inc b/gosa-core/include/class_SnapShotDialog.inc
index 507832f0719515d3edb833793c4aa4c8577d8c13..4941c34ec3086a1011e7d8a85245a260a84e9e8b 100644 (file)
$this->last_list = $list_of_elements;
foreach($list_of_elements as $entry){
- $actions= "<input type='image' src='images/restore.png' name='RestoreSnapShot_%KEY'
+ $actions= "<input type='image' src='images/lists/restore.png' name='RestoreSnapShot_%KEY'
class='center' title='"._("Restore snapshot")."'> ";
$actions.= "<input type='image' src='images/lists/trash.png' name='RemoveSnapShot_%KEY'
class='center' title='"._("Remove snapshot")."'> ";