Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
xia0ta0
2013-11-14 10:33:32 +08:00
6 changed files with 93 additions and 6 deletions
+5 -3
View File
@@ -64,9 +64,11 @@ js::set('refresh', $lang->refresh);
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->steps;?></th>
<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' id='tplBox' style='position:absolute;top:0px;left:86%'><?php echo $this->fetch('bug', 'buildTemplates');?></div>
<td>
<div 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' id='tplBox' style='position:absolute;top:0px;left:86%'><?php echo $this->fetch('bug', 'buildTemplates');?></div>
</div>
</td>
</tr>
<tr>