From 84c30280d3774b481ffffed8ce77ad3662193caf Mon Sep 17 00:00:00 2001 From: De Coninck Laurent Date: Thu, 25 Oct 2018 21:57:08 +0200 Subject: [PATCH] change the unlink icon to fontawesome icon On the project summary page, the unlink icon was still an image I change to that icon https://fontawesome.com/icons/unlink?style=solid. --- htdocs/projet/element.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php index 489c5d04be4..b6398068db1 100644 --- a/htdocs/projet/element.php +++ b/htdocs/projet/element.php @@ -873,7 +873,7 @@ foreach ($listofreferent as $key => $value) { if (empty($conf->global->PROJECT_DISABLE_UNLINK_FROM_OVERVIEW) || $user->admin) // PROJECT_DISABLE_UNLINK_FROM_OVERVIEW is empty by defaut, so this test true { - print '' . img_picto($langs->trans('Unlink'), 'editdelete') . ''; + print '' . img_picto($langs->trans('Unlink'), 'unlink') . ''; } } print "\n";