* adjust the html code.

This commit is contained in:
wangchunsheng
2010-09-12 09:25:01 +00:00
parent d462843c6b
commit 100350d589
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -35,7 +35,6 @@
#steps{width:100%}
.text-1 {width: 85%}
</style>
</script>
<script language='Javascript'>
/* 当选择产品时,触发这个方法。*/
function loadAll(productID)
+1 -1
View File
@@ -173,7 +173,7 @@ $(function() {
<tr class='bd-none'><td class='bd-none'>
<fieldset>
<legend><?php echo $lang->bug->legendSteps;?></legend>
<div class='w-p90'><?php echo html::textarea('steps', $bug->steps, "id='kindeditor' rows='12'");?></div>
<div class='w-p90'><?php echo html::textarea('steps', $bug->steps, "rows='12'");?></div>
</fieldset>
<fieldset>
<legend><?php echo $lang->bug->legendComment;?></legend>