From: hickert Date: Wed, 23 Jul 2008 12:29:28 +0000 (+0000) Subject: Updated images X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3938793b2f3484138b11c47bbb6cb4f264e24967;p=gosa.git Updated images git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11840 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/fai_script.png b/gosa-core/html/images/fai_script.png deleted file mode 100644 index f8aaba2e3..000000000 Binary files a/gosa-core/html/images/fai_script.png and /dev/null differ diff --git a/gosa-core/html/images/fai_small.png b/gosa-core/html/images/fai_small.png deleted file mode 100644 index fc716d05c..000000000 Binary files a/gosa-core/html/images/fai_small.png and /dev/null differ diff --git a/gosa-core/html/images/fai_template.png b/gosa-core/html/images/fai_template.png deleted file mode 100644 index 7ef47b3bd..000000000 Binary files a/gosa-core/html/images/fai_template.png and /dev/null differ diff --git a/gosa-core/html/plugins/users/images/fax_small.png b/gosa-core/html/plugins/users/images/fax_small.png new file mode 100644 index 000000000..bb676f8b7 Binary files /dev/null and b/gosa-core/html/plugins/users/images/fax_small.png differ diff --git a/gosa-core/plugins/admin/users/class_divListUsers.inc b/gosa-core/plugins/admin/users/class_divListUsers.inc index 22f7757fe..b61305543 100644 --- a/gosa-core/plugins/admin/users/class_divListUsers.inc +++ b/gosa-core/plugins/admin/users/class_divListUsers.inc @@ -207,7 +207,7 @@ class divListUsers extends MultiSelectWindow name='user_edit_%KEY%-mailAccount' title='"._("Edit mail properties")."'>"; $fonimg = ""; - $faximg = ""; $sambaimg = ""; diff --git a/gosa-core/plugins/generic/references/class_reference.inc b/gosa-core/plugins/generic/references/class_reference.inc index eb39838d9..8afc40f0d 100644 --- a/gosa-core/plugins/generic/references/class_reference.inc +++ b/gosa-core/plugins/generic/references/class_reference.inc @@ -39,39 +39,39 @@ class reference extends plugin /* Fill translation array */ $this->obtypes= array( "gosaAccount" => array( "text" => _("Generic"), - "image" => "penguin.png"), + "image" => "images/penguin.png"), "posixAccount" => array( "text" =>_("UNIX"), - "image" => "select_user.png"), + "image" => "images/select_user.png"), "gosaMailAccount" => array("text" => _("Mail"), - "image" => "mailto.png"), + "image" => "images/mailto.png"), "sambaSamAccount" => array("text" => _("Samba"), - "image" => "select_winstation.png"), + "image" => "images/select_winstation.png"), "sambaAccount" => array( "text" => _("Samba"), - "image" => "select_winstation.png"), + "image" => "images/select_winstation.png"), "goFaxAccount" => array( "text" => _("FAX"), - "image" => "fax_small.png"), + "image" => "plugins/gofax/images/fax_small.png"), "gosaProxyAccount" => array("text" => _("Proxy"), - "image" => "select_proxy.png"), + "image" => "images/select_proxy.png"), "PureFTPdUser" => array( "text" => _("FTP"), - "image" => "select_proxy.png"), + "image" => "images/select_proxy.png"), "posixGroup" => array( "text" => _("Group"), - "image" => "select_groups.png"), + "image" => "images/select_groups.png"), "gosaDepartment" => array( "text" => _("Department"), - "image" => "select_department.png"), + "image" => "images/select_department.png"), "goFonHardware" => array( "text" => _("Phone"), - "image" => "select_phone.png"), + "image" => "images/select_phone.png"), "gosaApplication" => array("text" => _("Application"), - "image" => "select_application.png"), + "image" => "images/select_application.png"), "goServer" => array( "text" => _("Server"), - "image" => "select_server.png"), + "image" => "images/select_server.png"), "gotoTerminal" => array( "text" => _("Thin Client"), - "image" => "select_terminal.png"), + "image" => "images/select_terminal.png"), "gotoWorkstation" => array("text" => _("Workstation"), - "image" => "select_workstation.png"), + "image" => "images/select_workstation.png"), "gosaGroupOfNames" => array("text" => _("Object group"), - "image" => "select_ogroup.png"), + "image" => "images/select_ogroup.png"), "gotoPrinter" => array( "text" => _("Printer"), - "image" => "select_printer.png")); + "image" => "images/select_printer.png")); } function execute() @@ -191,7 +191,7 @@ class reference extends plugin if(!is_null($classes)) { foreach ($classes as $class){ if (isset($this->obtypes[$class])){ - $result.= "\"\" ".$this->obtypes[$class]['text']." "; + $result.= "\"\" ".$this->obtypes[$class]['text']." "; } } }