Replace misc glyphicon usage.

This commit is contained in:
Nate
2019-08-20 19:53:21 -06:00
parent b38396a591
commit 17f2911056
21 changed files with 37 additions and 38 deletions

View File

@@ -196,7 +196,7 @@
echo " <td class='".$row_style[$c]."'>\n";
if (permission_exists('ticket_edit')) {
echo " <a href='/app/tickets/tickets.php?user_uuid=".$row['user_uuid']."'><span class='glyphicon glyphicon-tags' title='".$text['label-tickets']."'></span></a>\n";
echo " <a href='/app/tickets/tickets.php?user_uuid=".$row['user_uuid']."'><span class='fas fa-tags' title='".$text['label-tickets']."'></span></a>\n";
}
echo " </td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>";