* finish task #4825.

This commit is contained in:
wangyidong
2018-09-04 14:24:25 +08:00
parent 3fdefc81e9
commit 934465c5da
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
<tr>
<th><?php echo $lang->todo->name;?></th>
<td colspan='2'>
<div class='nameBox hidden'><?php echo html::input('name', '', "class='form-control' autocomplete='off'");?></div>
<div id='nameBox' class='hidden'><?php echo html::input('name', '', "class='form-control' autocomplete='off'");?></div>
<div class='nameBox required'><?php echo html::input('name', '', "class='form-control' autocomplete='off'");?></div>
</td>
</tr>