* Fix back link problem of execution module.

This commit is contained in:
tianshujie
2021-08-30 13:57:21 +08:00
parent cc9ad9a713
commit 8ca2119f37
6 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<?php include '../../common/view/header.html.php';?>
<div id="mainMenu" class="clearfix">
<div class="btn-toolbar pull-left">
<?php echo html::a($this->createLink('execution', 'task', "executionID=$executionID&browseType=$browseType"), $lang->goback, '', "class='btn'");?>
<?php echo html::backButton($lang->goback, '', 'btn');?>
<div class='divider'></div>
<div class='page-title'>
<span class='text'><?php echo $lang->task->report->common;?></span>