2012-11-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_graph.php: Fixed progress_bar in metaconsole. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7190 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
062307b6c4
commit
0dfb29a688
|
@ -1,3 +1,7 @@
|
|||
2012-11-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_graph.php: Fixed progress_bar in metaconsole.
|
||||
|
||||
2012-11-27 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_networkmap.php: Performance improvements
|
||||
|
|
|
@ -1401,7 +1401,7 @@ function progress_bar($progress, $width, $height, $title = '', $mode = 1, $value
|
|||
"&width=".$width."&height=".$height."&progress=".$progress.
|
||||
"&mode=" . $mode . "&out_of_lim_str=".$out_of_lim_str .
|
||||
"&title=".$title."&font=".$config['fontpath']."&value_text=". $value_text .
|
||||
"&colorRGB=". $colorRGB
|
||||
"&colorRGB=". $colorRGB, false, false, false
|
||||
);
|
||||
|
||||
return "<img title='" . $title . "' alt='" . $title . "'" . $class_tag . $id_tag .
|
||||
|
|
Loading…
Reference in New Issue