* remove zentao card's top-right button

This commit is contained in:
chaideqing
2022-07-26 09:12:42 +08:00
parent 19cad93455
commit 3fc3cf64e0
11 changed files with 0 additions and 122 deletions

View File

@@ -174,11 +174,6 @@ body {margin-bottom: 25px;}
<strong>
<?php echo $projectName;?>
</strong>
<div class="linkButton" onclick="handleLinkButtonClick()">
<span title="<?php echo $lang->viewDetails;?>">
<i class="icon icon-import icon-rotate-270"></i>
</span>
</div>
</div>
<?php endif;?>
<div id="mainContent" class="main-row fade">
@@ -475,12 +470,6 @@ $(function()
});
<?php if($this->app->getViewType() == 'xhtml'):?>
function handleLinkButtonClick()
{
var xxcUrl = "xxc:openInApp/zentao-integrated/" + encodeURIComponent(window.location.href.replace(/.display=card/, '').replace('xhtml', 'html'));
window.open(xxcUrl);
}
$(function()
{
function handleClientReady()