This commit is contained in:
Stephen Beaver 2016-04-15 08:01:14 -04:00
parent ebaf36ebe5
commit bcb3c9283e

View File

@ -280,6 +280,13 @@ $section->addInput(new Form_Select(
array_combine($laggprotos, $laggprotosuc)
))->setHelp($protohelp);
$section->addInput(new Form_Input(
'descr',
'Description',
'text',
$pconfig['descr']
))->setHelp("Enter a description here for reference only. (Not parsed)");
$section->addInput(new Form_Input(
'laggif',
null,