From 00cb0df3bf38dbbc7e033365b659ca97ed6cd509 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 5 Jul 2019 17:32:55 +0800 Subject: [PATCH] * finish task #5998. --- module/task/view/edit.html.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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'");?>