* adjust for create page of bug,story,task,testcase.
This commit is contained in:
@@ -55,10 +55,6 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->testcase->pri;?></th>
|
||||
<td><?php echo html::select('pri', $lang->testcase->priList, $pri, "class='form-control'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->testcase->lblStory;?></th>
|
||||
<td colspan='3'>
|
||||
@@ -76,7 +72,19 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->testcase->title;?></th>
|
||||
<td colspan='3'><?php echo html::input('title', $caseTitle, "class='form-control'");?></td>
|
||||
<td colspan='3'>
|
||||
<div class='row'>
|
||||
<div class='col-sm-10'>
|
||||
<?php echo html::input('title', $caseTitle, "class='form-control'");?>
|
||||
</div>
|
||||
<div class='col-sm-2'>
|
||||
<div class='input-group'>
|
||||
<span class='input-group-addon fix-border'><?php echo $lang->testcase->pri;?></span>
|
||||
<?php echo html::select('pri', $lang->testcase->priList, $pri, "class='form-control'");?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->testcase->precondition;?></th>
|
||||
|
||||
Reference in New Issue
Block a user