summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec346cb)
raw | patch | inline | side by side (parent: ec346cb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:34:32 +0000 (07:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:34:32 +0000 (07:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11919 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_divListSystem.inc | patch | blob | history | |
gosa-plugins/systems/admin/systems/class_divListSystemService.inc | patch | blob | history | |
gosa-plugins/systems/admin/systems/class_systemManagement.inc | patch | blob | history | |
gosa-plugins/systems/html/images/select_default.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/systems/html/images/select_new_server.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/systems/html/images/select_newsystem.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 aba77cd20b01d8df926341e1a7adb9a360939d3e..1a87b5a9b76961cd9647cc6dccf2bc7d175e94b9 100644 (file)
title='".$num_prt_str."' alt='".$num_prt_str."'> ".$cnts['printer']." ";
$str.= "<img class='center' src='plugins/systems/images/select_component.png'
title='".$num_com_str."' alt='".$num_com_str."'> ".$cnts['component']." ";
- $str.= "<img class='center' src='images/select_newsystem.png'
+ $str.= "<img class='center' src='plugins/systems/images/select_newsystem.png'
title='".$num_new_str."' alt='".$num_new_str."'> ".$cnts['NewDevice']." ";
$str.= "<img class='center' src='images/select_winstation.png'
title='".$num_wws_str."' alt='".$num_wws_str."'> ".$cnts['winstation']." ";
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystemService.inc b/gosa-plugins/systems/admin/systems/class_divListSystemService.inc
index 0921c943bd6e1f415ea3006604f1be992c382f77..27b3ce168bffa7d1474ffcbe920ef65d16af2ad0 100644 (file)
which are shown in the listbox on top of the listbox
*/
$listhead = "<div style='background:#F0F0F9;height:16px;padding:0px;'>".
- " <input type='image' align='middle' src='images/select_new_server.png' class='center'
+ " <input type='image' align='middle' src='plugins/systems/images/select_new_server.png' class='center'
name='addNewService' alt='"._("Add service")."' title='"._("Add new service")."'> ".
" <img class='center' src='images/lists/seperator.png' align='middle' alt='' height='16' width='1'> ".
" <input type='image' align='middle' src='images/status_start_all.png' class='center'
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index 640cc7ab39a147255d7f4dc97235febaf64a7e0d..24232c74b6689507d5406ff78eb09e64ab367ce7 100644 (file)
"LB" => array("images/workstation_busy.png",_("Workstation busy")),
"SB" => array("images/server_busy.png",_("Server busy")),
- "NQ" => array("images/select_newsystem.png",_("New system from incoming")),
+ "NQ" => array("plugins/systems/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")));
diff --git a/gosa-plugins/systems/html/images/select_default.png b/gosa-plugins/systems/html/images/select_default.png
new file mode 100644 (file)
index 0000000..83f3752
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_default.png differ
index 0000000..83f3752
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_default.png differ
diff --git a/gosa-plugins/systems/html/images/select_new_server.png b/gosa-plugins/systems/html/images/select_new_server.png
new file mode 100644 (file)
index 0000000..84f6570
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_new_server.png differ
index 0000000..84f6570
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_new_server.png differ
diff --git a/gosa-plugins/systems/html/images/select_newsystem.png b/gosa-plugins/systems/html/images/select_newsystem.png
new file mode 100644 (file)
index 0000000..43b0c6c
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_newsystem.png differ
index 0000000..43b0c6c
Binary files /dev/null and b/gosa-plugins/systems/html/images/select_newsystem.png differ