* Finish Task #79665

This commit is contained in:
lanzongjun
2022-12-12 16:36:32 +08:00
parent 295bfadc5b
commit c3d53daa5a
5 changed files with 11 additions and 14 deletions
+3 -6
View File
@@ -79,16 +79,13 @@ foreach(explode(',', $config->task->create->requiredFields) as $field)
</div>
</td>
<td>
<div class="checkbox-primary c-multipleTask affair">
<div class="checkbox-primary c-multipleTask affair" style='display: inline-block'>
<input type="checkbox" name="multiple" value="1" id="multipleBox" /><label for="multipleBox" class="no-margin"><?php echo $lang->task->multiple;?></label>
</div>
<button id='selectAllUser' type="button" class="btn btn-link<?php if($task->type !== 'affair') echo ' hidden';?>"><?php echo $lang->task->selectAllUser;?></button>
<div class='hidden modeBox' style='display: inline-block'><?php echo html::radio('mode', $lang->task->modeList, !empty($task->mode) ? $task->mode: 'linear');?></div>
<button id='selectAllUser' type="button" class="btn btn-link<?php if($task->type !== 'affair') echo ' hidden';?>"><?php echo $lang->task->selectAllUser;?></button>
</td>
</tr>
<tr class='hidden modeBox'>
<th><?php echo $lang->task->mode;?></th>
<td><?php echo html::select('mode', $lang->task->modeList, $task->mode, "class='form-control chosen'");?></td>
</tr>
<?php if($execution->type == 'kanban'):?>
<tr>
<th><?php echo $lang->kanbancard->region;?></th>