* childTask and multiTask

This commit is contained in:
滔哥
2017-10-20 13:50:48 +08:00
parent eaedc6d2c0
commit 129834b30f
20 changed files with 824 additions and 262 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ if($hiddenStory and isset($visibleFields['story'])) $colspan -= 1;
?>
<?php $pri = 3;?>
<tr>
<td class='text-center'><?php echo $i+1;?></td>
<td class='text-center'><?php echo $i+1;?><?php echo html::hidden("parent[]",$parent);?></td>
<td <?php echo zget($visibleFields, 'module', "class='hidden'")?> style='overflow:visible'><?php echo html::select("module[$i]", $modules, $module, "class='form-control chosen' onchange='setStories(this.value, $project->id, $i)'")?></td>
<td <?php echo zget($visibleFields, 'story', "class='hidden'"); echo $hiddenStory;?> style='overflow: visible'>
<div class='input-group'>