* Add some code.
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user