* adjust code.

This commit is contained in:
wangyidong
2013-07-03 02:15:49 +00:00
parent 8c4809e15a
commit ea6d3274af
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -10,10 +10,10 @@
</nobr>
</td>
<td class='divider'></td>
<td>
<form method='post' action='<?php echo $this->inLink('batchEdit', "from=bugBrowse&productID=$productID&orderBy=$orderBy");?>'>
<?php include './buglist.custom.html.php'?>
</form>
<td>
</td>
</tr>
</table>
+2
View File
@@ -448,6 +448,8 @@ class story extends control
$actionID = $this->action->create('story', $storyID, 'Activated', $this->post->comment);
$this->action->logHistory($actionID, $changes);
$this->sendMail($storyID, $actionID);
if(isonlybody()) die(js::closeColorbox('parent.parent'));
die(js::locate($this->createLink('story', 'view', "storyID=$storyID"), 'parent'));
}