* Set as working as only test.

This commit is contained in:
daitingting
2017-05-05 12:09:19 +08:00
parent 868227856f
commit ce174f973c
31 changed files with 420 additions and 186 deletions
+4
View File
@@ -102,12 +102,14 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
</div>
</td>
</tr>
<?php if($this->config->global->flow != 'onlyTest'):?>
<tr>
<th><?php echo $lang->bug->productplan;?></th>
<td>
<span id="planIdBox"><?php echo html::select('plan', $plans, $bug->plan, "class='form-control chosen'");?></span>
</td>
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->bug->type;?></th>
<td>
@@ -166,6 +168,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
</table>
</fieldset>
<?php if($this->config->global->flow != 'onlyTest'):?>
<fieldset>
<legend><?php echo $lang->bug->legendPrjStoryTask;?></legend>
<table class='table table-form'>
@@ -184,6 +187,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
</tr>
</table>
</fieldset>
<?php endif;?>
<fieldset>
<legend><?php echo $lang->bug->legendLife;?></legend>