* Finish task#8198. Add comments.

This commit is contained in:
qiyu-xie
2020-11-15 14:34:23 +08:00
parent f7b2e5378d
commit 1f741b8d01
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
</span>
<span class='input-group-addon'>
<div class='checkbox-primary'>
<input type='checkbox' id='cycle' name='cycle' value='1' />
<input type='checkbox' id='cycle' name='cycle' value='1' onclick='switchDateTodo(this);' />
<label for='cycle'><?php echo $lang->todo->cycle;?></label>
</div>
</span>