* fix score and child task bug

This commit is contained in:
滔哥
2017-11-03 00:27:58 +08:00
parent 06861184a2
commit 0dc610f36b
31 changed files with 161 additions and 55 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<span class='input-group-addon'>
<label class='checkbox-inline'>
<input type='checkBox' name='multiple' value='1' <?php echo empty($task->team) ? '' : 'checked' ?> />
<?php echo $lang->task->multipleAB; ?>
<?php echo $lang->task->multipleABP; ?>
</label>
</span>
<?php endif;?>