* 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

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>