* Add some code.

This commit is contained in:
mayue
2022-06-28 16:01:28 +08:00
parent 6119092ed8
commit b33c652953
4 changed files with 65 additions and 3 deletions
+7 -1
View File
@@ -103,7 +103,7 @@
<?php endif;?>
<tr>
<th><?php echo $lang->story->reviewedBy;?></th>
<td colspan='<?php echo $type == 'story' ? 4 : 2;?>' id='reviewerBox'>
<td colspan='<?php echo $type == 'story' ? 2 : 1;?>' id='reviewerBox'>
<div class="table-row">
<?php if(!$this->story->checkForceReview()):?>
<div class="table-col">
@@ -124,6 +124,12 @@
<?php endif;?>
</div>
</td>
<td colspan='<?php echo $type == 'story' ? 2 : 1;?>' id='assignedToBox'>
<div class='input-group'>
<div class="input-group-addon"><?php echo $lang->story->assignedTo;?></div>
<?php echo html::select('assignedTo', $users, '', "class='form-control picker-select'");?>
</div>
</td>
<?php if($type == 'requirement'):?>
<?php if(strpos(",$showFields,", ',source,') !== false):?>
<td colspan="2" class='sourceTd'>