diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 721e2729c2..dc1abb0648 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -150,10 +150,6 @@ >task->estStarted;?> estStarted, "class='form-control form-date'");?> - - task->realStarted;?> - realStarted, "class='form-control form-date'");?> - task->deadline;?> deadline, "class='form-control form-date'");?> @@ -180,11 +176,16 @@
task->legendLife;?>
+ app->getClientLang() == 'en' ? 'w-120px' : 'w-70px';?> + + + +
>task->openedBy;?> openedBy];?>
task->realStarted;?>realStarted, "class='form-control form-date'");?>
task->finishedBy;?> finishedBy, "class='form-control chosen'");?>