Project

General

Profile

« Previous | Next » 

Revision e6f78714

Added by Marcos M over 1 year ago

Update fontawesome references in form buttons

View differences:

src/usr/local/www/system.php
609 609
		'deleterow' . $dnsserver_num,
610 610
		'Delete',
611 611
		null,
612
		'fa-trash'
612
		'fa-solid fa-trash-can'
613 613
	))->setWidth(2)->addClass('btn-warning');
614 614

  
615 615
	$section->add($group);
......
620 620
	'addrow',
621 621
	'Add DNS Server',
622 622
	null,
623
	'fa-plus'
623
	'fa-solid fa-plus'
624 624
))->addClass('btn-success addbtn');
625 625

  
626 626
$section->addInput(new Form_Checkbox(

Also available in: Unified diff