* adjust for create page of bug,story,task,testcase.

This commit is contained in:
wangyidong
2015-09-17 11:11:40 +08:00
parent 90b4011e56
commit db94d8252c
11 changed files with 78 additions and 38 deletions
+13 -5
View File
@@ -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>