diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index 4c173158f2..dfc6acdbcf 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -187,7 +187,7 @@
- task->estimateAB}'") ?> + task->estimateAB}'") ?> task->hour;?>
diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 8ea3be1348..22ca16ddcf 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -228,11 +228,11 @@
task->estimate?> - estimate, "class='form-control text-center' placeholder='{$lang->task->hour}'")?> + estimate, "class='form-control text-center' autocomplete='off' placeholder='{$lang->task->hour}'")?> task->consumed?> - consumed, "class='form-control text-center' placeholder='{$lang->task->hour}'")?> + consumed, "class='form-control text-center' autocomplete='off' placeholder='{$lang->task->hour}'")?> task->left?> - left, "class='form-control text-center' placeholder='{$lang->task->hour}'")?> + left, "class='form-control text-center' autocomplete='off' placeholder='{$lang->task->hour}'")?>
@@ -247,11 +247,11 @@
task->estimate?> - task->hour}'")?> + task->hour}'")?> task->consumed?> - task->hour}'")?> + task->hour}'")?> task->left?> - task->hour}'")?> + task->hour}'")?>