$config['netflow_path']), array ('token' => 'netflow_path')); } } $table->width = '70%'; $table->border = 0; $table->cellspacing = 3; $table->cellpadding = 5; $table->class = "databox_color"; $table->style[0] = 'vertical-align: top;'; $table->data = array (); $table->data[0][0] = ''.__('Path').''. ui_print_help_tip (__("Read input from a sequence of files in the same directory."), true); $table->data[0][1] = html_print_input_text ('netflow_path', $config['netflow_path'], false, 50, 200, true); echo '
'; html_print_table ($table); // Update button echo '
'; html_print_input_hidden ('update', 1); html_print_submit_button (__('Update'), 'upd_button', false, 'class="sub upd"'); echo '
'; ?>