Revision bcb3c928
Added by Stephen Beaver over 9 years ago
src/usr/local/www/interfaces_lagg_edit.php | ||
---|---|---|
280 | 280 |
array_combine($laggprotos, $laggprotosuc) |
281 | 281 |
))->setHelp($protohelp); |
282 | 282 |
|
283 |
$section->addInput(new Form_Input( |
|
284 |
'descr', |
|
285 |
'Description', |
|
286 |
'text', |
|
287 |
$pconfig['descr'] |
|
288 |
))->setHelp("Enter a description here for reference only. (Not parsed)"); |
|
289 |
|
|
283 | 290 |
$section->addInput(new Form_Input( |
284 | 291 |
'laggif', |
285 | 292 |
null, |
Also available in: Unified diff
Fixed #6163