mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Fixed minor visual error in tactical view. Ticket #2441
This commit is contained in:
parent
a7dd0fe796
commit
566acd3404
@ -251,10 +251,10 @@ $out = '<table cellpadding=0 cellspacing=0 class="databox pies" style="margin-t
|
|||||||
grafico_eventos_total("", 250, 150, false) . '</fieldset>';
|
grafico_eventos_total("", 250, 150, false) . '</fieldset>';
|
||||||
$out .="</td><td>";
|
$out .="</td><td>";
|
||||||
$out .= '<fieldset class="databox tactical_set">
|
$out .= '<fieldset class="databox tactical_set">
|
||||||
<legend>' .
|
<legend>' .
|
||||||
__('Event graph by agent') .
|
__('Event graph by agent') .
|
||||||
'</legend>' .
|
'</legend>' .
|
||||||
grafico_eventos_grupo(250, 150, "", false, false, false) . '</fieldset>';
|
grafico_eventos_grupo(250, 170, "", false, false, false) . '</fieldset>';
|
||||||
$out .= '</td></tr></table>';
|
$out .= '</td></tr></table>';
|
||||||
echo $out;
|
echo $out;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user