mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3043 from NOYB/Label_Rename
This commit is contained in:
commit
ce9130bc2e
@ -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 />' .
|
||||
|
||||
@ -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)');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user