Project

General

Profile

« Previous | Next » 

Revision e6f78714

Added by Marcos M almost 2 years ago

Update fontawesome references in form buttons

View differences:

src/usr/local/www/services_dhcp.php
1199 1199
		'btnaddpool',
1200 1200
		gettext('Add Address Pool'),
1201 1201
		'services_dhcp.php?if=' . htmlspecialchars($if) . '&act=newpool',
1202
		'fa-plus'
1202
		'fa-solid fa-plus'
1203 1203
	);
1204 1204
	$btnaddpool->addClass('btn-success');
1205 1205

  
......
1438 1438
	'btnadvdns',
1439 1439
	gettext('Display Advanced'),
1440 1440
	null,
1441
	'fa-cog'
1441
	'fa-solid fa-cog'
1442 1442
);
1443 1443

  
1444 1444
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm');
......
1552 1552
	'btnadvmac',
1553 1553
	gettext('Display Advanced'),
1554 1554
	null,
1555
	'fa-cog'
1555
	'fa-solid fa-cog'
1556 1556
);
1557 1557

  
1558 1558
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm');
......
1586 1586
	'btnadvntp',
1587 1587
	gettext('Display Advanced'),
1588 1588
	null,
1589
	'fa-cog'
1589
	'fa-solid fa-cog'
1590 1590
);
1591 1591

  
1592 1592
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm');
......
1641 1641
	'btnadvtftp',
1642 1642
	gettext('Display Advanced'),
1643 1643
	null,
1644
	'fa-cog'
1644
	'fa-solid fa-cog'
1645 1645
);
1646 1646

  
1647 1647
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm');
......
1665 1665
	'btnadvldap',
1666 1666
	gettext('Display Advanced'),
1667 1667
	null,
1668
	'fa-cog'
1668
	'fa-solid fa-cog'
1669 1669
);
1670 1670

  
1671 1671
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm');
......
1689 1689
	'btnadvnwkboot',
1690 1690
	'Display Advanced',
1691 1691
	null,
1692
	'fa-cog'
1692
	'fa-solid fa-cog'
1693 1693
);
1694 1694

  
1695 1695
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm');
......
1772 1772
	'btnadvopts',
1773 1773
	'Display Advanced',
1774 1774
	null,
1775
	'fa-cog'
1775
	'fa-solid fa-cog'
1776 1776
);
1777 1777

  
1778 1778
$btnadv->setAttribute('type','button')->addClass('btn-info btn-sm');
......
1839 1839
		'deleterow' . $counter,
1840 1840
		'Delete',
1841 1841
		null,
1842
		'fa-trash'
1842
		'fa-solid fa-trash-can'
1843 1843
	))->addClass('btn-sm btn-warning');
1844 1844

  
1845 1845
	$section->add($group);
......
1853 1853
	'addrow',
1854 1854
	gettext('Add Custom Option'),
1855 1855
	null,
1856
	'fa-plus'
1856
	'fa-solid fa-plus'
1857 1857
))->addClass('btn-success')
1858 1858
  ->setHelp(gettext('Enter the DHCP option number, type and the value for each item to include in the DHCP lease information.'));
1859 1859
$section->add($group);

Also available in: Unified diff