* Fix bug#39078.

This commit is contained in:
zhujinyong
2023-10-07 00:50:58 +08:00
parent 32c8896a36
commit 24ed9df82c
+2
View File
@@ -38,12 +38,14 @@
<label for='switchDate'><?php echo $lang->todo->periods['future'];?></label>
</div>
</span>
<?php if(common::hasPriv('todo', 'createcycle')):?>
<span class='input-group-addon'>
<div class='checkbox-primary'>
<input type='checkbox' id='cycle' name='cycle' value='1' onclick='switchDateTodo(this);' />
<label for='cycle'><?php echo $lang->todo->cycle;?></label>
</div>
</span>
<?php endif;?>
</div>
</td><td></td>
</tr>