* adjust the page location feature.

This commit is contained in:
wangchunsheng
2010-03-26 12:32:18 +00:00
parent b30f5692f2
commit 637e0e09e5
5 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
if(!($bug->status == 'active' and common::printLink('bug', 'resolve', $params, $lang->bug->buttonResolve))) echo $lang->bug->buttonResolve . ' ';
if(!($bug->status == 'resolved' and common::printLink('bug', 'close', $params, $lang->bug->buttonClose))) echo $lang->bug->buttonClose . ' ';
if(!(($bug->status == 'closed' or $bug->status == 'resolved') and common::printLink('bug', 'activate', $params, $lang->bug->buttonActivate))) echo $lang->bug->buttonActivate . ' ';
common::printLink('bug', 'browse', '', $lang->bug->buttonToList);
echo html::a($browseLink, $lang->goback);
?>
</div>
</div>