2012-04-23 Dario Rodriguez <dario.rodriguez@artica.es>
* godmode/reporting/visual_console_builder.wizard.php: Unsorted combo in visual console wizard to switch the default type of item to static graph to preserve the previous default behaviour. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6093 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fd483742b2
commit
41d449e5fb
|
@ -1,3 +1,9 @@
|
||||||
|
2012-04-23 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
|
* godmode/reporting/visual_console_builder.wizard.php: Unsorted
|
||||||
|
combo in visual console wizard to switch the default type of item
|
||||||
|
to static graph to preserve the previous default behaviour.
|
||||||
|
|
||||||
2012-04-23 Vanessa Gil <vanessa.gil@artica.es>
|
2012-04-23 Vanessa Gil <vanessa.gil@artica.es>
|
||||||
|
|
||||||
* operation/menu.php
|
* operation/menu.php
|
||||||
|
|
|
@ -59,7 +59,7 @@ $type_list = array(
|
||||||
|
|
||||||
$table->rowstyle["all_0"] = 'display: none;';
|
$table->rowstyle["all_0"] = 'display: none;';
|
||||||
$table->data["all_0"][0] = __('Type');
|
$table->data["all_0"][0] = __('Type');
|
||||||
$table->data["all_0"][1] = html_print_select ($type_list, 'type', '', 'hidden_rows()', '', '', true);
|
$table->data["all_0"][1] = html_print_select ($type_list, 'type', '', 'hidden_rows()', '', '', true, false, false);
|
||||||
|
|
||||||
$table->rowstyle["staticgraph"] = 'display: none;';
|
$table->rowstyle["staticgraph"] = 'display: none;';
|
||||||
$table->data["staticgraph"][0] = __('Image');
|
$table->data["staticgraph"][0] = __('Image');
|
||||||
|
|
Loading…
Reference in New Issue