* adjust the fields, add help link.

This commit is contained in:
wangchunsheng
2010-03-26 06:32:49 +00:00
parent f0ebf75314
commit 51920ba04e
21 changed files with 43 additions and 36 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
</tr>
<tr>
<td class='rowhead'><?php echo $lang->comment;?></td>
<td><textarea name='comment' rows='6' class='area-1'></textarea></td>
<td><?php echo html::textarea('comment', '', "rows='6' class='area-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->files;?></th>
+1 -1
View File
@@ -29,7 +29,7 @@
<caption><?php echo $bug->title;?></caption>
<tr>
<td class='rowhead'><?php echo $lang->comment;?></td>
<td><textarea name='comment' rows='6' class='area-1'></textarea></td>
<td><?php echo html::textarea('comment', '', "rows='6' class='area-1'");?></td>
</tr>
<tr>
<td colspan='2' class='a-center'>
+1 -1
View File
@@ -168,7 +168,7 @@ $(function() {
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->steps;?></th>
<td><textarea name='steps' class='area-1' rows='6'><?php echo $steps;?></textarea></td>
<td><?php echo html::textarea('steps', '', "class='area-1' rows='6'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->files;?></th>
+5 -3
View File
@@ -25,7 +25,9 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/autocomplete.html.php';?>
<style>
#product, #module, #project, #story, #task, #resolvedBuild{width:245px}
#product, #module, #project, #story, #task, #resolvedBuild{width:230px}
.select-3 {width:230px}
.text-3 {width:225px}
</style>
<script language='Javascript'>
changeProductConfirmed = false;
@@ -159,11 +161,11 @@ $(function() {
<tr class='bd-none'><td class='bd-none'>
<fieldset>
<legend><?php echo $lang->bug->legendSteps;?></legend>
<textarea name='steps' rows='8' class='area-1'><?php echo $bug->steps;?></textarea>
<?php echo html::textarea('steps', $bug->steps, "rows='8' class='area-1'");?>
</fieldset>
<fieldset>
<legend><?php echo $lang->bug->legendComment;?></legend>
<textarea name='comment' rows='6' class='area-1'></textarea>
<?php echo html::textarea('comment', '', "rows='6' class='area-1'");?>
</fieldset>
<fieldset>
<legend><?php echo $lang->bug->legendAttatch;?></legend>
+1 -1
View File
@@ -58,7 +58,7 @@ function setDuplicate(resolution)
</tr>
<tr>
<td class='rowhead'><?php echo $lang->comment;?></td>
<td><textarea name='comment' rows='6' class='area-1'></textarea></td>
<td><?php echo html::textarea('comment', '', "rows='6' class='area-1'");?></td>
</tr>
<tr>
<td colspan='2' class='a-center'>