diff --git a/pandora_console/godmode/reporting/graph_builder.graph_editor.php b/pandora_console/godmode/reporting/graph_builder.graph_editor.php index aed04e3089..d6e5b3d75b 100644 --- a/pandora_console/godmode/reporting/graph_builder.graph_editor.php +++ b/pandora_console/godmode/reporting/graph_builder.graph_editor.php @@ -204,9 +204,142 @@ if ($count_module_array > $config['items_combined_charts']) { ); } +$table = new stdClass(); +$table->width = '100%'; +$table->colspan[0][0] = 3; +$table->size = []; + +if (defined('METACONSOLE')) { + $table->class = 'databox data'; + $table->head[0] = __('Sort items'); + $table->head_colspan[0] = 4; + $table->headstyle[0] = 'text-align: center'; + $table->size[0] = '25%'; + $table->size[1] = '25%'; + $table->size[2] = '25%'; + $table->size[3] = '25%'; +} else { + $table->class = 'filter-table-adv'; + $table->size[0] = '50%'; + $table->size[1] = '50%'; +} + +$table->data[0][0] = html_print_label_input_block( + __('Sort selected items'), + html_print_select_style( + [ + 'before' => __('before to'), + 'after' => __('after to'), + ], + 'move_to', + '', + '', + '', + '', + 0, + true + ) +); +$table->data[0][1] = html_print_label_input_block( + __('Position'), + html_print_input_text_extended( + 'position_to_sort', + 1, + 'text-position_to_sort', + '', + 3, + 10, + false, + "only_numbers('position_to_sort');", + '', + true + ).html_print_input_hidden('ids_items_to_sort', '', true) +); + + +$SortItems = "
'; + +ui_toggle( + $SortItems, + ''.__('Sort items').'', + '', + '', + false, + false, + '', + 'white-box-content no_border', + 'filter-datatable-main box-flat white_table_graph max_floating_element_size' +); + + +// Configuration form. +echo ''.__('None').''; +echo "'; + // Modules table. if ($count_module_array > 0) { - echo "'.__('P.').' | '.__('Agent').' | @@ -290,124 +423,6 @@ if ($count_module_array > 0) { echo '
---|