Changement du graphique affiché
This commit is contained in:
parent
be074e4038
commit
9331c7316e
@ -178,7 +178,7 @@ else
|
|||||||
|
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
print '<tr><td><a href="compteur_graph.php?id='.$compteur->id.'">';
|
print '<tr><td><a href="compteur_graph.php?id='.$compteur->id.'">';
|
||||||
$file = "week.".$compteur->id.".png";
|
$file = "all.".$compteur->id.".png";
|
||||||
print '<img border="0" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=energie&file='.$file.'" alt="" title="">';
|
print '<img border="0" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=energie&file='.$file.'" alt="" title="">';
|
||||||
print '</a></td></tr></table><br>';
|
print '</a></td></tr></table><br>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user