Code

Updated glpi icons
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:41:40 +0000 (10:41 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:41:40 +0000 (10:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11793 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/glpi/admin/systems/services/glpi/class_glpiSelectUser.inc
gosa-plugins/glpi/html/images/crossref.png [new file with mode: 0644]

index a36d5a46342a03891bd379b1319f1f90a2a400b3..f975cbe5f4d4a75079ed447d6dc9c85c31f13348 100644 (file)
@@ -133,7 +133,7 @@ class glpiSelectUser extends plugin
     foreach($this->users as $key=>$user){
       $field1 = array("string" => "<img src='images/select_user.png' alt='user' >", "attach" => "style='text-align:center;width:20px;'");
       $field2 = array("string" => sprintf($useruse,base64_encode($key),$user), "attach" => "style=''");
-      $field3 = array("string" => sprintf($useruse,base64_encode($key),"<img title='"._("Use")."' border=0 src='images/crossref.png' alt='"._("use")."'>"), 
+      $field3 = array("string" => sprintf($useruse,base64_encode($key),"<img title='"._("Use")."' border=0 src='plugins/glpi/images/crossref.png' alt='"._("use")."'>"), 
         "attach" => "style='width:60px;border-right:0px;text-align:right;'");
       $divlist->AddEntry(array($field1,$field2,$field3));
       
diff --git a/gosa-plugins/glpi/html/images/crossref.png b/gosa-plugins/glpi/html/images/crossref.png
new file mode 100644 (file)
index 0000000..ec2ed78
Binary files /dev/null and b/gosa-plugins/glpi/html/images/crossref.png differ