* adjust the save user template feature.

This commit is contained in:
wangchunsheng
2010-07-26 01:43:14 +00:00
parent 7601aa7a1b
commit d7445fe3d8
3 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ $(function() {
<table class='w-p100 bd-none'>
<tr class='bd-none' valign='top'>
<td class='w-p85 bd-none padding-zero'><?php echo html::textarea('steps', $steps, "class='w-p100' rows='6'");?></td>
<td class='bd-none pl-10px' id='tplBox'><?php echo $this->fetch('bug', 'createTPLS');?></td>
<td class='bd-none pl-10px' id='tplBox'><?php echo $this->fetch('bug', 'buildTemplates');?></td>
</tr>
</table>
</td>