diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
index 8949c324fbc..7be9a3c93f5 100644
--- a/htdocs/projet/tasks.php
+++ b/htdocs/projet/tasks.php
@@ -755,7 +755,7 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
// Project
print '
| '.$langs->trans("ChildOfProjectTask").' | ';
- print img_picto('', 'project');
+ print img_picto('', 'project', 'class="pictofixedwidth"');
if ($projectoktoentertime) {
$formother->selectProjectTasks(GETPOST('task_parent'), empty($projectid) ? $object->id : $projectid, 'task_parent', 0, 0, 1, 1, 0, '0,1', 'maxwidth500 widthcentpercentminusxx');
} else {
@@ -767,6 +767,7 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
// Assigned to
print ' |
| '.$langs->trans("AffectedTo").' | ';
+ print img_picto('', 'user', 'class="pictofixedwidth"');
if (is_array($contactsofproject) && count($contactsofproject)) {
print $form->select_dolusers($user->id, 'userid', 0, '', 0, '', $contactsofproject, 0, 0, 0, '', 0, '', 'maxwidth300');
} else {
@@ -780,21 +781,25 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
// Date start task
print ' |
| '.$langs->trans("DateStart").' | ';
+ print img_picto('', 'action', 'class="pictofixedwidth"');
print $form->selectDate((!empty($date_start) ? $date_start : ''), 'dateo', 1, 1, 0, '', 1, 1);
print ' |
';
// Date end task
print '| '.$langs->trans("DateEnd").' | ';
+ print img_picto('', 'action', 'class="pictofixedwidth"');
print $form->selectDate((!empty($date_end) ? $date_end : -1), 'datee', -1, 1, 0, '', 1, 1);
print ' |
';
// Planned workload
print '| '.$langs->trans("PlannedWorkload").' | ';
+ print img_picto('', 'clock', 'class="pictofixedwidth"');
print $form->select_duration('planned_workload', !empty($planned_workload) ? $planned_workload : 0, 0, 'text');
print ' |
';
// Progress
print '| '.$langs->trans("ProgressDeclared").' | ';
+ print img_picto('', 'fa-percent', 'class="pictofixedwidth"');
print $formother->select_percent($progress, 'progress', 0, 5, 0, 100, 1);
print ' |
';
@@ -814,8 +819,9 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
print '';
- print '| '.$langs->trans("Budget").' | ';
- print ' | ';
+ print '
| '.$langs->trans("Budget").' | ';
+ print img_picto('', 'currency', 'class="pictofixedwidth"');
+ print ' | ';
print '
';
// Other options