$tunable): if (!isset($tunable['modified'])) { $i = $tunable['tunable']; } ?>
" href="system_advanced_sysctl.php?act=edit&id="> " href="system_advanced_sysctl.php?act=del&id=">
addInput(new Form_Input( 'tunable', 'Tunable', 'text', $pconfig['tunable'] ))->setWidth(4); $section->addInput(new Form_Input( 'value', 'Value', 'text', $pconfig['value'] ))->setWidth(4); $section->addInput(new Form_Input( 'descr', 'Description', 'text', $pconfig['descr'] ))->setWidth(4); if (isset($id) && $a_tunable[$id]) { $form->addGlobal(new Form_Input( 'id', 'id', 'hidden', $id )); } $form->add($section); print $form; endif; include("foot.inc");