* fix required mark missing in todo create view.

This commit is contained in:
Catouse
2018-05-18 16:16:30 +08:00
parent eec9dbd8f7
commit c1ccabcd0a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -95,8 +95,8 @@
<tr>
<th><?php echo $lang->todo->name;?></th>
<td colspan='2'>
<div id='nameBox' class='hidden'><?php echo html::input('name', '', "class='form-control' autocomplete='off'");?></div>
<div class='nameBox'><?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>
</td>
</tr>
<tr>
+2 -2
View File
File diff suppressed because one or more lines are too long