* finish task #2867.

This commit is contained in:
chenfeiCF
2017-01-09 13:47:12 +08:00
parent 5b93bc16e4
commit 087e5aed22
11 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
<div class='col-table' id='estRowCol'>
<div class='input-group'>
<span class='input-group-addon fix-border br-0'><?php echo $lang->task->estimateAB;?></span>
<?php echo html::input('estimate', '', "class='form-control' placeholder='{$lang->task->hour}'");?>
<?php echo html::input('estimate', '', "class='form-control' placeholder='{$lang->task->hour}' autocomplete='off'");?>
</div>
</div>
<?php endif; ?>