* remove the goback link.

This commit is contained in:
chencongzhi520@gmail.com
2013-06-26 01:34:33 +00:00
parent 485e7bed9f
commit 6e558f73ba

View File

@@ -34,7 +34,6 @@
common::printIcon('bug', 'resolve', "bugID=$bug->id", $bug, 'button', '', '', 'iframe', true);
common::printIcon('bug', 'close', "bugID=$bug->id", $bug, 'button', '', '', 'iframe', true);
common::printIcon('bug', 'activate', "bugID=$bug->id", $bug, 'button', '', '', 'iframe', true);
echo '<li>' . html::a($browseLink, $lang->goback) . '</li>';
?>
</ul>
</div>