From: hickert Date: Thu, 24 Jul 2008 07:17:55 +0000 (+0000) Subject: Fixed image X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=635b5b894f30813744af1dd7f46f75a3df44de2b;p=gosa.git Fixed image git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11911 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 feb9e8228..aba77cd20 100644 --- a/gosa-plugins/systems/admin/systems/class_divListSystem.inc +++ b/gosa-plugins/systems/admin/systems/class_divListSystem.inc @@ -196,7 +196,7 @@ class divListSystem extends MultiSelectWindow " "._("Printer")."|"."newsystem_printer|\n"; } if(class_available("componenttabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"component/componentGeneric"))){ - $s.= "...|". + $s.= "...|". " "._("Component")."|"."newsystem_component|\n"; } @@ -439,7 +439,7 @@ class divListSystem extends MultiSelectWindow title='".$num_pho_str."' alt='".$num_pho_str."'> ".$cnts['phone']."    "; $str.= "".$num_prt_str." ".$cnts['printer']."    "; - $str.= "".$num_com_str." ".$cnts['component']."    "; $str.= "".$num_new_str." ".$cnts['NewDevice']."    "; diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index b4479d1fe..6c6b32c69 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -1535,31 +1535,31 @@ class systems extends plugin $temp= ""; $conv= array( - "D" => array("select_default.png",_("Template")), - "F" => array("select_phone.png",_("Phone")), - "C" => array("select_component.png",_("Network device")), - "P" => array("select_printer.png",_("Printer")), + "D" => array("images/select_default.png",_("Template")), + "F" => array("images/select_phone.png",_("Phone")), + "C" => array("plugins/systems/images/select_component.png",_("Network device")), + "P" => array("images/select_printer.png",_("Printer")), - "W" => array("select_winstation.png",_("Win workstation")), + "W" => array("images/select_winstation.png",_("Win workstation")), - "L" => array("select_workstation.png",_("Workstation")), - "S" => array("select_server.png",_("Server")), - "T" => array("select_terminal.png",_("Terminal")), + "L" => array("images/select_workstation.png",_("Workstation")), + "S" => array("images/select_server.png",_("Server")), + "T" => array("images/select_terminal.png",_("Terminal")), - "LX" => array("workstation_locked.png",_("Locked workstation")), - "SX" => array("server_locked.png",_("Locked server")), - "TX" => array("terminal_locked.png",_("Locked terminal")), + "LX" => array("images/workstation_locked.png",_("Locked workstation")), + "SX" => array("images/server_locked.png",_("Locked server")), + "TX" => array("images/terminal_locked.png",_("Locked terminal")), - "LE" => array("workstation_error.png",_("Workstation error")), - "SE" => array("server_error.png",_("Server error")), - "TE" => array("terminal_error.png",_("Terminal error")), + "LE" => array("images/workstation_error.png",_("Workstation error")), + "SE" => array("images/server_error.png",_("Server error")), + "TE" => array("images/terminal_error.png",_("Terminal error")), - "LB" => array("workstation_busy.png",_("Workstation busy")), - "SB" => array("server_busy.png",_("Server busy")), + "LB" => array("images/workstation_busy.png",_("Workstation busy")), + "SB" => array("images/server_busy.png",_("Server busy")), - "NQ" => array("select_newsystem.png",_("New system from incoming")), - "NT"=> array("select_new_terminal.png",_("New terminal")), - "NL"=> array("select_new_workstation.png",_("New workstation"))); + "NQ" => array("images/select_newsystem.png",_("New system from incoming")), + "NT"=> array("images/select_new_terminal.png",_("New terminal")), + "NL"=> array("images/select_new_workstation.png",_("New workstation"))); /* Use locked icons */ @@ -1609,7 +1609,7 @@ class systems extends plugin } if($found){ - $tmp['img'] ="".$key.""; + $tmp['img'] ="".$key.""; $tmp['class']=$key; return $tmp; } diff --git a/gosa-plugins/systems/html/images/select_component.png b/gosa-plugins/systems/html/images/select_component.png new file mode 100644 index 000000000..ef289f6fc Binary files /dev/null and b/gosa-plugins/systems/html/images/select_component.png differ