webui: Updated icons to use Font Awesome (#5468)

This commit is contained in:
Richard Mayhew
2017-01-21 13:24:05 +02:00
committed by Neil Lathwood
parent a8c04460f4
commit 47397d0083
37 changed files with 257 additions and 199 deletions

View File

@@ -39,7 +39,7 @@ foreach ($menu_options as $option => $text) {
$sep = ' | ';
}
unset($sep);
echo '<div class="pull-right"><a data-toggle="modal" href="#create-service"><img src="images/16/add.png" border="0" align="absmiddle"> Add Service</a></div>';
echo '<div class="pull-right"><a data-toggle="modal" href="#create-service"><i class="fa fa-cog" style="color:green" aria-hidden="true"></i> Add Service</a></div>';
print_optionbar_end();
?>
<div class="row col-sm-12"><span id="message"></span></div>