From: hickert Date: Wed, 23 Jul 2008 10:42:55 +0000 (+0000) Subject: Added clock.png to systems X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=915d8815610cf308ba5d2c5c705a8defef6354df;p=gosa.git Added clock.png to systems git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11796 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc index fd8153a02..4c5eb25af 100644 --- a/gosa-plugins/systems/admin/systems/class_divListSystem.inc +++ b/gosa-plugins/systems/admin/systems/class_divListSystem.inc @@ -209,7 +209,7 @@ class divListSystem extends MultiSelectWindow $s.= "...|".$event['MenuImage']." ".$event['s_Menu_Name']."|trigger_event_".$name."\n"; } - $s.= "..|". + $s.= "..|". " "._("Schedule action")."|\n"; foreach($events['SCHEDULED'] as $name => $event){ $s.= "...|".$event['MenuImage']." ".$event['s_Menu_Name']."|schedule_event_".$name."\n"; @@ -382,7 +382,7 @@ class divListSystem extends MultiSelectWindow } if(in_array("gotoWorkstation",$val['objectClass'])){ - $action2= " ".$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 index 000000000..60adeb6f0 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 index 000000000..dca2c7ef8 Binary files /dev/null and b/gosa-plugins/systems/html/images/clock.png differ