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/system_authservers.php
83 83
			'svcontbtn',
84 84
			'Save',
85 85
			null,
86
			'fa-save'
86
			'fa-solid fa-save'
87 87
		);
88 88

  
89 89
		$btnsv->removeClass("btn-default)")->addClass("btn-primary");
......
667 667
	'Select',
668 668
	'Select a container',
669 669
	null,
670
	'fa-search'
670
	'fa-solid fa-search'
671 671
))->setAttribute('type','button')->addClass('btn-info');
672 672

  
673 673
$section->add($group);

Also available in: Unified diff