$value) { $parent = array( 'parent' => 1); db_process_sql_update('tcontainer', $parent, array('id_container' => $value['id_container'])); } } db_process_sql_delete('tcontainer', array('id_container' => $id_container)); } $max_graph = $config['max_graph_container']; $buttons['graph_list'] = array('active' => false, 'text' => '' . html_print_image("images/list.png", true, array ("title" => __('Graph list'))) .''); $enterpriseEnable = false; if (enterprise_include_once('include/functions_reporting.php') !== ENTERPRISE_NOT_HOOK) { $enterpriseEnable = true; } if ($enterpriseEnable) { $buttons = reporting_enterprise_add_template_graph_tabs($buttons); } $subsection = reporting_enterprise_add_graph_template_subsection('', $buttons); reporting_enterprise_select_graph_template_tab(); $buttons['graph_container'] = array('active' => true, 'text' => '' . html_print_image("images/graph-container.png", true, array ("title" => __('Graph container'))) . ''); // Header ui_print_page_header (__('Graph container'), "", false, "",false,$buttons); $container = folder_get_folders(); $tree = folder_get_folders_tree_recursive($container); echo folder_togge_tree_folders($tree); echo "