Merge branch release/21.7.4 of zentao/zentaopms (#10734)

This commit is contained in:
刘刚
2025-08-01 15:13:07 +08:00
committed by Gitfox
-1
View File
@@ -53,7 +53,6 @@ include '../../common/view/header.lite.html.php';
$isOnlybody = helper::inOnlyBodyMode();
unset($_GET['onlybody']);
echo html::a($this->createLink('my'), $lang->my->common, ($isOnlybody ? '_parent' : ''), "class='btn show-in-app' data-app='my'");
if($refererBeforeDeny) echo html::a(helper::safe64Decode($refererBeforeDeny), $lang->user->goback, ($isOnlybody ? '_parent' : ''), "class='btn'");
echo html::a($this->createLink('user', 'logout', "referer=" . helper::safe64Encode($denyPage)), $lang->user->relogin, ($isOnlybody ? '_parent' : ''), "class='btn btn-primary'");
?>
</div>