mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-4366-fallos-visuales-en-el-log-de-pandora' into 'develop'
fixed visual error See merge request artica/pandorafms!2666
This commit is contained in:
commit
d42bcd17c2
@ -3252,7 +3252,7 @@ function graph_events_validated($width=300, $height=200, $extra_filters=[], $met
|
|||||||
$config['fontpath'],
|
$config['fontpath'],
|
||||||
$config['font_size'],
|
$config['font_size'],
|
||||||
1,
|
1,
|
||||||
false,
|
'bottom',
|
||||||
$colors
|
$colors
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -3553,7 +3553,9 @@ function grafico_eventos_usuario($width, $height)
|
|||||||
'',
|
'',
|
||||||
$water_mark,
|
$water_mark,
|
||||||
$config['fontpath'],
|
$config['fontpath'],
|
||||||
$config['font_size']
|
$config['font_size'],
|
||||||
|
1,
|
||||||
|
'bottom'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ echo '<table width=95%>';
|
|||||||
echo '</td>';
|
echo '</td>';
|
||||||
|
|
||||||
echo "<td valign='top'>";
|
echo "<td valign='top'>";
|
||||||
echo grafico_eventos_usuario(320, 296);
|
echo grafico_eventos_usuario(320, 280);
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ if (!users_is_admin()) {
|
|||||||
|
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo "<td valign='top'>";
|
echo "<td valign='top'>";
|
||||||
echo grafico_eventos_grupo(300, 200, $where);
|
echo grafico_eventos_grupo(300, 250, $where);
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
|
|
||||||
echo "<td valign='top'>";
|
echo "<td valign='top'>";
|
||||||
@ -101,7 +101,7 @@ if (!users_is_admin()) {
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
echo graph_events_validated(320, 296, $extra_filter);
|
echo graph_events_validated(320, 250, $extra_filter);
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user