* adjust the position of keywords field.

This commit is contained in:
wangchunsheng
2010-03-27 03:18:19 +00:00
parent c794b45e6e
commit 25deb3febf
2 changed files with 8 additions and 9 deletions
+4 -4
View File
@@ -227,6 +227,10 @@ $(function() {
<td class='rowhead'><?php echo $lang->bug->browser;?></td>
<td><?php echo html::select('browser', $lang->bug->browserList, $bug->browser, 'class=select-3');?></td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->bug->keywords;?></td>
<td><?php echo html::input('keywords', $bug->keywords, 'class="text-3"');?></td>
</tr>
</table>
</fieldset>
@@ -304,10 +308,6 @@ $(function() {
<td class='rowhead'><?php echo $lang->bug->case;?></td>
<td><?php echo html::input('case', $bug->case, 'class="text-3"');?></td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->bug->keywords;?></td>
<td><?php echo html::input('keywords', $bug->keywords, 'class="text-3"');?></td>
</tr>
</table>
</fieldset>
</div>