* code for task #51327.

This commit is contained in:
王怡栋
2022-03-23 10:55:05 +08:00
parent a18d75137f
commit d71568e98d
5 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
<td>
<div class='table-row'>
<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'>
<span class='table-col text-middle pl-10px' id='showAllModuleBox'>
<div class="checkbox-primary">
<input type="checkbox" id="showAllModule" <?php if($showAllModule) echo 'checked';?>><label for="showAllModule" class="no-margin"><?php echo $lang->task->allModule;?></label>
</div>