* Code for task #5267.

This commit is contained in:
Yagami
2019-02-26 14:06:07 +08:00
parent b9b7fbdceb
commit c31b04da67
6 changed files with 51 additions and 46 deletions
-1
View File
@@ -125,7 +125,6 @@
<?php echo html::hidden('lastEditedDate', $case->lastEditedDate);?>
<?php echo html::submitButton();?>
<input type='button' value='<?php echo $lang->testcase->buttonToList;?>' class='btn btn-wide' onclick='location.href="<?php echo $isLibCase ? $this->createLink('testsuite', 'library', "libID=$libID") : $this->createLink('testcase', 'browse', "productID=$productID");?>"' />
<?php if($isLibCase and $linkedCaseID) echo '<span class="text-danger">' . $lang->testcase->haveLinkCase . '</span>'; ?>
</div>
<?php include '../../common/view/action.html.php';?>
</div>