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>';
|
||||
$out .="</td><td>";
|
||||
$out .= '<fieldset class="databox tactical_set">
|
||||
<legend>' .
|
||||
__('Event graph by agent') .
|
||||
'</legend>' .
|
||||
grafico_eventos_grupo(250, 150, "", false, false, false) . '</fieldset>';
|
||||
<legend>' .
|
||||
__('Event graph by agent') .
|
||||
'</legend>' .
|
||||
grafico_eventos_grupo(250, 170, "", false, false, false) . '</fieldset>';
|
||||
$out .= '</td></tr></table>';
|
||||
echo $out;
|
||||
|
||||
|
|
Loading…
Reference in New Issue