summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 74df9ad)
raw | patch | inline | side by side (parent: 74df9ad)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Jun 2011 05:57:42 +0000 (05:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Jun 2011 05:57:42 +0000 (05:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20906 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/personal/mail/class_mail-methods.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/class_mail-methods.inc b/gosa-plugins/mail/personal/mail/class_mail-methods.inc
index 2515d3a458c761fbd91eca92dd81ba0779866ccc..1f2bf7c226e630cdb61996466032a04f70e24595 100644 (file)
return(" "._("Unlimited"));
}else{
$usage =round(($use/$quota) * 100);
- return("<img src='progress.php?x=100&y=17&p=$usage'>");
+ return(progressbar($usage,100,15,true));
}
}