* adjust the html code.
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
#steps{width:100%}
|
||||
.text-1 {width: 85%}
|
||||
</style>
|
||||
</script>
|
||||
<script language='Javascript'>
|
||||
/* 当选择产品时,触发这个方法。*/
|
||||
function loadAll(productID)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user