From 8b71c1ea3aa44765d9d6519de3ddc70091af41ba Mon Sep 17 00:00:00 2001 From: Yagami Date: Wed, 14 Nov 2018 16:28:07 +0800 Subject: [PATCH] * Finish task #5142. --- module/task/view/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 6e7d3bbd7a..30868c177d 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -236,7 +236,7 @@ task->estimate?> estimate, "class='form-control text-center' autocomplete='off' placeholder='{$lang->task->hour}'")?> task->consumed?> - consumed, "class='form-control text-center' autocomplete='off' disabled='false' placeholder='{$lang->task->hour}'")?> + consumed, "class='form-control text-center' autocomplete='off' readonly placeholder='{$lang->task->hour}'")?> task->left?> left, "class='form-control text-center' autocomplete='off' placeholder='{$lang->task->hour}'")?>