Code

Fixed problem with wrong progressbar assignment
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 22 Jun 2011 05:57:42 +0000 (05:57 +0000)
committerhickert <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

index 2515d3a458c761fbd91eca92dd81ba0779866ccc..1f2bf7c226e630cdb61996466032a04f70e24595 100644 (file)
@@ -805,7 +805,7 @@ class mailMethod{
       return("&nbsp;&nbsp;"._("Unlimited"));
     }else{
       $usage =round(($use/$quota) * 100);
-      return("<img src='progress.php?x=100&amp;y=17&amp;p=$usage'>");
+      return(progressbar($usage,100,15,true));
     }
   }