2011-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/events/events_list.php: Resized graph in this view. Fixed: #3411788 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5202 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0d2f39aa94
commit
6cff59ec73
|
@ -1,3 +1,9 @@
|
|||
2011-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* operation/events/events_list.php: Resized graph in this view.
|
||||
|
||||
Fixed: #3411788
|
||||
|
||||
2011-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_graph.php: Added check for flash charts in pdf
|
||||
|
|
|
@ -268,7 +268,7 @@ html_print_submit_button (__('Update'), '', false, 'class="sub upd"');
|
|||
|
||||
echo "</td></tr></table></form>"; //This is the filter div
|
||||
echo '<div style="width:220px; float:left;">';
|
||||
echo grafico_eventos_grupo(220, 180, rawurlencode ($sql_post));
|
||||
echo grafico_eventos_grupo(350, 248, rawurlencode ($sql_post));
|
||||
echo '</div>';
|
||||
echo '<div id="steps_clean"> </div>';
|
||||
echo '</div>';
|
||||
|
|
Loading…
Reference in New Issue