This commit is contained in:
wyd621
2013-11-01 01:54:15 +00:00
parent 268be9fed3
commit 172d2d6223
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -64,9 +64,9 @@ js::set('refresh', $lang->refresh);
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->steps;?></th>
<td>
<td style='position:relative'>
<div class='w-p85 bd-none padding-zero f-left'><?php echo html::textarea('steps', $steps, "rows='10'");?></div>
<div class='bd-none pl-10px f-left' id='tplBox'><?php echo $this->fetch('bug', 'buildTemplates');?></div>
<div class='bd-none' id='tplBox' style='position:absolute;top:0px;left:86%'><?php echo $this->fetch('bug', 'buildTemplates');?></div>
</td>
</tr>
<tr>