'webui.global_search_result_limit', 'descr' => 'Set the max search result limit', 'type' => 'text', ), ); $graph_conf = array( array('name' => 'webui.min_graph_height', 'descr' => 'Set the minimum graph height', 'type' => 'text', ), ); echo '
'; echo generate_dynamic_config_panel('Graph settings',true,$config_groups,$graph_conf); echo generate_dynamic_config_panel('Search settings',true,$config_groups,$search_conf); echo '
';