* Merge 169 untrack file to master.
This commit is contained in:
@@ -67,11 +67,16 @@
|
||||
<td colspan='2'><?php echo html::input('title', $reportTitle, "class='form-control'")?></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<?php if(!empty($execution->desc)):?>
|
||||
<tr>
|
||||
<th><?php echo $lang->testreport->goal?></th>
|
||||
<td colspan='2'><?php echo isset($execution->desc) ? $execution->desc : '';?></td>
|
||||
<td colspan='2'>
|
||||
<?php echo $execution->desc;?>
|
||||
<a data-toggle='tooltip' class='text-warning' title='<?php echo $lang->testreport->goalTip;?>'><i class='icon-help'></i></a>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<tr>
|
||||
<th><?php echo $lang->testreport->profile?></th>
|
||||
<td colspan='2'>
|
||||
|
||||
Reference in New Issue
Block a user