* Fix bug#25027.

This commit is contained in:
xieqiyu
2022-07-14 13:35:17 +08:00
parent a7bbc6c953
commit a44ba79b1d
3 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
</div>
<div class='btn-toolbar'>
<?php if(isonlybody()):?>
<?php echo html::commonButton('<i class="icon icon-sm"></i> ' . $lang->goback, 'onclick="goback()"', 'btn');?>
<?php echo html::commonButton('<i class="icon icon-sm"></i> ' . $lang->goback, "onclick='goback($executionID)'", 'btn');?>
<?php else:?>
<?php echo html::backButton('','','btn');?>
<?php endif;?>