* code for task #6548.

This commit is contained in:
wangyidong
2019-11-21 16:19:59 +08:00
parent ebf78655dc
commit b93dd94b05
4 changed files with 28 additions and 17 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
<span class='table-col' id="moduleIdBox"><?php echo html::select('module', $modules, $task->module, 'class="form-control chosen" onchange="loadModuleRelated()"');?></span>
<span class='table-col w-100px text-middle pl-10px'>
<div class="checkbox-primary">
<input type="checkbox" id="showAllModule"><label for="showAllModule" class="no-margin"><?php echo $lang->task->allModule;?></label>
<input type="checkbox" id="showAllModule" <?php if($showAllModule) echo 'checked';?>><label for="showAllModule" class="no-margin"><?php echo $lang->task->allModule;?></label>
</div>
</span>
</div>