* 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
-10
View File
@@ -48,11 +48,6 @@
<strong>
<?php echo ($this->project->getById($execution->project)->name . ' / ' . $this->execution->getByID($execution->id)->name) ?>
</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 split-row fade'>
@@ -208,10 +203,5 @@
<?php if(!empty($useDatatable)):?>
$(function(){$('#executionBugForm').table();})
<?php endif;?>
function handleLinkButtonClick()
{
var xxcUrl = "xxc:openInApp/zentao-integrated/" + encodeURIComponent(window.location.href.replace(/.display=card/, '').replace('xhtml', 'html'));
window.open(xxcUrl);
}
</script>
<?php include '../../common/view/footer.html.php';?>