2011-03-30 Javier Lanz <javier.lanz@artica.es>
* godmode/reporting/reporting_builder.item_editor.php: Removed the option to select 'show graph' in general reports git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4150 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f3b34b7f49
commit
d33b2f10d1
|
@ -1,3 +1,7 @@
|
|||
2011-03-30 Javier Lanz <javier.lanz@artica.es>
|
||||
* godmode/reporting/reporting_builder.item_editor.php: Removed the option
|
||||
to select 'show graph' in general reports
|
||||
|
||||
2011-03-30 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/graphs/functions_pchart.php: Added features to
|
||||
|
|
|
@ -1130,7 +1130,6 @@ function chooseType() {
|
|||
$("#general_list").css('display', '');
|
||||
$("#row_order_uptodown").css('display', '');
|
||||
$("#row_show_resume").css('display', '');
|
||||
$("#row_show_graph").css('display', '');
|
||||
$("#row_show_in_two_columns").css('display', '');
|
||||
break;
|
||||
case 'top_n':
|
||||
|
|
Loading…
Reference in New Issue