Merge pull request #3043 from NOYB/Label_Rename

This commit is contained in:
Chris Buechler 2016-07-06 15:16:44 -05:00
commit ce9130bc2e
2 changed files with 2 additions and 2 deletions

View File

@ -1761,7 +1761,7 @@ $btnmymac = new Form_Button(
$btnmymac->setAttribute('type','button')->addClass('btn-success btn-sm');
$group = new Form_Group('MAC controls');
$group = new Form_Group('MAC Address');
$group->add($macaddress);
// $group->add($btnmymac);
$group->setHelp('This field can be used to modify ("spoof") the MAC address of this interface.' . '<br />' .

View File

@ -441,7 +441,7 @@ $btnmymac = new Form_Button(
$btnmymac->setAttribute('type','button')->removeClass('btn-primary')->addClass('btn-success btn-sm');
$group = new Form_Group('MAC controls');
$group = new Form_Group('MAC Address');
$group->add($macaddress);
$group->add($btnmymac);
$group->setHelp('MAC address (6 hex octets separated by colons)');