summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9c4424)
raw | patch | inline | side by side (parent: a9c4424)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 10:42:55 +0000 (10:42 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 10:42:55 +0000 (10:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11796 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_divListSystem.inc | patch | blob | history | |
gosa-plugins/systems/html/images/cdrom.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/systems/html/images/clock.png | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index fd8153a02cb8b2c83799cddc2341197b85fbfd90..4c5eb25af20e2213c7f3699340144276a00267c5 100644 (file)
$s.= "...|".$event['MenuImage']." ".$event['s_Menu_Name']."|trigger_event_".$name."\n";
}
- $s.= "..|<img src='images/clock.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='plugins/systems/images/clock.png' alt='' border='0' class='center'>".
" "._("Schedule action")."|\n";
foreach($events['SCHEDULED'] as $name => $event){
$s.= "...|".$event['MenuImage']." ".$event['s_Menu_Name']."|schedule_event_".$name."\n";
}
if(in_array("gotoWorkstation",$val['objectClass'])){
- $action2= "<input class='center' type='image' src='images/cdrom.png' alt='"._("Create CD")."'
+ $action2= "<input class='center' type='image' src='plugins/systems/images/cdrom.png' alt='"._("Create CD")."'
name='gen_cd_%KEY%' title='"._("Create FAI CD")."'> ".$action2;
}else{
$action2= $empty.$action2;
diff --git a/gosa-plugins/systems/html/images/cdrom.png b/gosa-plugins/systems/html/images/cdrom.png
new file mode 100644 (file)
index 0000000..60adeb6
Binary files /dev/null and b/gosa-plugins/systems/html/images/cdrom.png differ
index 0000000..60adeb6
Binary files /dev/null and b/gosa-plugins/systems/html/images/cdrom.png differ
diff --git a/gosa-plugins/systems/html/images/clock.png b/gosa-plugins/systems/html/images/clock.png
new file mode 100644 (file)
index 0000000..dca2c7e
Binary files /dev/null and b/gosa-plugins/systems/html/images/clock.png differ
index 0000000..dca2c7e
Binary files /dev/null and b/gosa-plugins/systems/html/images/clock.png differ