From: hickert Date: Thu, 24 Jul 2008 08:09:07 +0000 (+0000) Subject: Added systems image X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=05f69f591cebfc478aa9cc06aa848fb3fc7398c2;p=gosa.git Added systems image git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11935 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 9b1f808a2..22316bbeb 100644 --- a/gosa-plugins/systems/admin/systems/class_divListSystem.inc +++ b/gosa-plugins/systems/admin/systems/class_divListSystem.inc @@ -184,7 +184,7 @@ class divListSystem extends MultiSelectWindow " "._("Workstation")."|"."newsystem_workstation|\n"; } if(class_available("servtabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"workstation/servgeneric"))){ - $s.= "...|". + $s.= "...|". " "._("Server")."|"."newsystem_server|\n"; } if(class_available("phonetabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"phone/phoneGeneric"))){ @@ -429,7 +429,7 @@ class divListSystem extends MultiSelectWindow $num_wws_str = sprintf(_("Number of listed '%s'"),_("windows workstations")); $num_dep_str = sprintf(_("Number of listed '%s'"),_("departments")); - $str = "".$num_ser_str." ".$cnts['server']."    "; $str.= "".$num_ws_str." ".$cnts['workstation']."    "; diff --git a/gosa-plugins/systems/html/images/select_server.png b/gosa-plugins/systems/html/images/select_server.png new file mode 100644 index 000000000..c7c34a1a7 Binary files /dev/null and b/gosa-plugins/systems/html/images/select_server.png differ