Code

Updated image.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 06:07:27 +0000 (06:07 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 06:07:27 +0000 (06:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11880 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/html/images/list_new_mime.png [new file with mode: 0644]
gosa-plugins/goto/html/images/list_reset_password.png [new file with mode: 0644]
gosa-plugins/goto/personal/environment/class_environment.inc

diff --git a/gosa-plugins/goto/html/images/list_new_mime.png b/gosa-plugins/goto/html/images/list_new_mime.png
new file mode 100644 (file)
index 0000000..d9afa9a
Binary files /dev/null and b/gosa-plugins/goto/html/images/list_new_mime.png differ
diff --git a/gosa-plugins/goto/html/images/list_reset_password.png b/gosa-plugins/goto/html/images/list_reset_password.png
new file mode 100644 (file)
index 0000000..ddef191
Binary files /dev/null and b/gosa-plugins/goto/html/images/list_reset_password.png differ
index b4abdf6468dbfb852ef4c7f63272248dcdbdbe64..80270b74f620865d41ab4a40b0e603565d81bf51 100644 (file)
@@ -775,7 +775,8 @@ class environment extends plugin
 
         /* Create pwd reset images */
         if($this->gotoShares[$key]['PwdHash'] != ""){
-          $img.= "<input type='image' name='gotoShareResetPwd_".base64_encode($key)." 'src='images/list_reset_password.png' alt='"._("Reset password hash")."' 
+          $img.= "<input type='image' name='gotoShareResetPwd_".base64_encode($key)." 
+            'src='plugins/goto/images/list_reset_password.png' alt='"._("Reset password hash")."' 
             title='"._("Reset password hash")."'>";
         }
         $field1 = array("string" => "<font style=\"color:#C0C0C0\">".$value."</font>" , "attach" => "style='".$color."'");
@@ -784,7 +785,8 @@ class environment extends plugin
 
         /* Create pwd reset img && delete image */
         if($this->gotoShares[$key]['PwdHash'] != ""){
-          $img.= "<input type='image' name='gotoShareResetPwd_".base64_encode($key)." 'src='images/list_reset_password.png' alt='"._("Reset password hash")."' 
+          $img.= "<input type='image' name='gotoShareResetPwd_".base64_encode($key)." 
+            'src='plugins/goto/images/list_reset_password.png' alt='"._("Reset password hash")."' 
             title='"._("Reset password hash")."'>";
           $img.= "&nbsp;";
         }