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:
juanmanuelr 2011-11-29 13:11:30 +00:00
parent 0d2f39aa94
commit 6cff59ec73
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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">&nbsp;</div>';
echo '</div>';