* code for task #51327.

This commit is contained in:
王怡栋
2022-03-23 11:05:58 +08:00
parent 45b5857ac8
commit 39c46536f1
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -103,7 +103,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 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>
<input type="checkbox" id="showAllModule" <?php if($showAllModule) echo 'checked';?>><label for="showAllModule" class="no-margin"><?php echo $lang->all;?></label>
</div>
</span>
</div>