Revision 2cd2f78f
Added by Stephen Beaver almost 10 years ago
src/usr/local/www/firewall_aliases_edit.php | ||
---|---|---|
720 | 720 |
$counter++; |
721 | 721 |
} |
722 | 722 |
|
723 |
$section->addInput(new Form_Button(
|
|
723 |
$form->addGlobal(new Form_Button(
|
|
724 | 724 |
'addrow', |
725 |
'Add' |
|
725 |
'Add host'
|
|
726 | 726 |
))->removeClass('btn-primary')->addClass('btn-success'); |
727 | 727 |
|
728 | 728 |
$form->add($section); |
Also available in: Unified diff
Fixed #5227 by changing button type to Global