summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c3217b3)
raw | patch | inline | side by side (parent: c3217b3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 06:07:27 +0000 (06:07 +0000) | ||
committer | hickert <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] | patch | blob |
gosa-plugins/goto/html/images/list_reset_password.png | [new file with mode: 0644] | patch | blob |
gosa-plugins/goto/personal/environment/class_environment.inc | patch | blob | history |
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
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 0000000..ddef191
Binary files /dev/null and b/gosa-plugins/goto/html/images/list_reset_password.png differ
diff --git a/gosa-plugins/goto/personal/environment/class_environment.inc b/gosa-plugins/goto/personal/environment/class_environment.inc
index b4abdf6468dbfb852ef4c7f63272248dcdbdbe64..80270b74f620865d41ab4a40b0e603565d81bf51 100644 (file)
/* 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."'");
/* 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.= " ";
}